Commit f82af6d
fix vector test flaky by generating SSH logs repeatedly
The test generated an SSH event only once, which could be missed if the
log watcher's streaming connection wasn't established yet. Generate SSH
events in a loop every 10 seconds so the watchers are guaranteed to
catch a matching log entry regardless of startup timing.
Signed-off-by: Paul Gaiduk <paulg@zededa.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3264362 commit f82af6d
1 file changed
+20
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
351 | 362 | | |
352 | 363 | | |
| 364 | + | |
353 | 365 | | |
0 commit comments