Commit 2fd892b
committed
refresh-data: wait for hallpass before smoke test
The restart-poll loop exits as soon as Fly reports state=started, which
only means VM init is running — hallpass may not have bound :22 yet.
Run 26282389917 saw state=started on poll attempt 1 and the next step's
`flyctl ssh console` got "connection refused" <1s later. Add a no-op
SSH-liveness probe loop between restart-poll and smoke test, capped at
~60s.1 parent 8565660 commit 2fd892b
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
222 | 245 | | |
223 | 246 | | |
224 | 247 | | |
| |||
0 commit comments