Files
Peter Steinberger fe816d69ef fix(gateway): route detached announce by instance (#125946)
* test(qa): cover worker generation reload

* test(qa): anchor worker generation fixture

* test(qa): strengthen worker generation proof

* test(qa): stabilize terminal reply smoke waits

* test(qa): widen terminal reply CI budget

* test(qa): drop superseded timeout workaround

* fix(gateway): route detached announce by instance
2026-08-18 17:14:43 -07:00

21 lines
691 B
JSON

{
"id": "qa-worker-generation",
"name": "QA worker generation fixture",
"description": "Exercises worker inference provider ownership across plugin reload.",
"activation": {
"onStartup": true
},
"providers": ["qa-worker-generation"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"required": ["generation", "tracePath", "barrierPath", "mockProviderBaseUrl"],
"properties": {
"generation": { "type": "string", "enum": ["A", "B", "C"] },
"tracePath": { "type": "string", "minLength": 1 },
"barrierPath": { "type": "string", "minLength": 1 },
"mockProviderBaseUrl": { "type": "string", "minLength": 1 }
}
}
}