fix(test): target Manager agent for MCP checks - #1036
Conversation
|
CI attribution: all 9 translation/base/image checks passed for |
|
This two-line test correction is reasonable, but it has little standalone value. There is a larger group of tiny rename/test-contract PRs here (#1033, #1034, #1035, #1030, #1028, and nearby dev-helper fixes). Please consolidate the related corrections into one focused test-contract cleanup and list the exact failing tests each change fixes. That will let us validate and merge the rename fallout as one coherent unit instead of reviewing many two-to-eight-line PRs separately. |
Summary
In the embedded architecture,
TEST_CONTROLLER_CONTAINERnames the infrastructure/controller container whileTEST_AGENT_CONTAINERnames the Manager Agent container. Test 12 still used the controller variable for allmcportercommands, so the GitHub MCP checks ran in a container without the Manager workspace or MCP configuration.Prefer
TEST_AGENT_CONTAINER, retain the controller fallback for legacy all-in-one deployments, and use the current Manager name as the final fallback.Verification
mcportercalls targetedagentteams-controlleragentteams-managerbash -n tests/test-12-github-mcp-tools.shgit diff --check