Commit bbc00ec
Kowser
fix(e2e): tolerate conductor-oss's read-only secret store; harden mcp-testkit preflight
conductor-oss's standalone server serves secrets from the process env, so
PUT/DELETE /api/secrets/* return 500 "env-backed secrets are read-only".
This never surfaced while e2e ran against the writable agentspan server;
switching to conductor-oss exposed it as 4 CI failures (suite2, suite4,
suite26). Mirrors the assumption-skip already shipped in the Java/C# ports:
CredentialsCLI.set() and test_suite26's _put_secret() skip (not fail) on a
"read-only" response body; CredentialsCLI.delete() additionally tolerates
"read-only" as best-effort cleanup, same as it already does for "not found".
Also widens test_suite5's mcp-testkit --help preflight from a 5s timeout
that only caught FileNotFoundError to 15s + catching TimeoutExpired too —
a separate, likely-environmental flake surfaced in the same CI run.1 parent b543815 commit bbc00ec
3 files changed
Lines changed: 29 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
119 | | - | |
120 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
121 | 130 | | |
122 | 131 | | |
123 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
| 465 | + | |
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
| |||
0 commit comments