Commit 822931f
committed
ci(sandbox): poll for running:True in health probe (fix MCP-3236 startup race)
The 'Verify server health' step checked /api/v1/status once, immediately after
the start step's readiness loop broke on the first HTTP-200 — but the server
responds to /status before it finishes warming up (Bleve index, capability
registration), so 'running' was still False and the step failed on CI.
Retry for running:True up to 30s before failing.
Related #711 parent 7b14f79 commit 822931f
1 file changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
125 | 134 | | |
126 | | - | |
| 135 | + | |
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
| |||
0 commit comments