tests::profile_routes::mounted_mcp_routes_are_profile_scoped_mechanics_only in crates/capsem-service/src/tests/profile_routes.rs (around line 1106) failed once in a full cargo test -p capsem-service bin run with "profile route should expose Capsem-owned local builtin MCP". It passed when run alone three times, and on a full rerun (365/365).
It appeared on worktree-ledger-archive right after fb1c7db28 (fix(mcp): reserve the builtin server's name unconditionally), which changed how the builtin local server is listed, so that change is the first suspect.
To do: reproduce under load (loop the full bin run, or run it next to other service tests that touch profile or MCP state), find the shared state or ordering it depends on, and fix the cause rather than retrying.
tests::profile_routes::mounted_mcp_routes_are_profile_scoped_mechanics_onlyincrates/capsem-service/src/tests/profile_routes.rs(around line 1106) failed once in a fullcargo test -p capsem-servicebin run with "profile route should expose Capsem-owned local builtin MCP". It passed when run alone three times, and on a full rerun (365/365).It appeared on
worktree-ledger-archiveright afterfb1c7db28(fix(mcp): reserve the builtin server's name unconditionally), which changed how the builtinlocalserver is listed, so that change is the first suspect.To do: reproduce under load (loop the full bin run, or run it next to other service tests that touch profile or MCP state), find the shared state or ordering it depends on, and fix the cause rather than retrying.