fix(test): align QwenPaw test with AgentTeams contracts - #1033
fix(test): align QwenPaw test with AgentTeams contracts#1033RerankerGuo wants to merge 2 commits into
Conversation
|
CI attribution: all 9 translation/base/image build checks passed. I inspected the raw logs for all 10 failed integration jobs in run #1660; every matrix entry exits during |
|
Latest-head CI attribution: all 9 translation/base/image checks passed for |
|
Closing as superseded by current main. The QwenPaw TeamHarness test already uses agentteams controller paths, API group, and provider identifiers. |
Summary
Test 26 still targeted several retired HiClaw contracts after the hard rename: the QwenPaw provider ID, embedded controller container and data directory, Kubernetes API path, and Worker/Team
apiVersionvalues. Align the integration test with the canonical AgentTeams runtime and API contracts so it can create resources and validate the generated workspace once CI reaches the shard.This changes only the integration test; production behavior already uses these AgentTeams values.
Verification
agentteams-gatewayfixture:okbash -n tests/test-26-qwenpaw-teamharness-plugin-mode.shgo test ./api/v1beta1 ./internal/config ./internal/servicewith Go 1.25.0git diff --checkThe previous integration run stopped during
install-embeddedwith the base-workflow LLM secret issue tracked in #1026, before any test shard ran.