Commit bbe2531
fix(test): confirm the seed segment is registered before the concurrent pair
The reporter thread delivers with up to ~20ms poll latency while the test
body fires /users milliseconds after prepare, so on slow runners the
/ping seed could still be in flight together with both /users reports and
lose the collector's first-insert race itself. Poll /receiveData (read-
only) until the seed is registered before triggering the concurrent
reports.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 853e7b0 commit bbe2531
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
46 | 57 | | |
47 | 58 | | |
48 | 59 | | |
| |||
0 commit comments