Commit 7f735b1
fix(test): add sleep to avoid race in stream route DNS test
The curl to port 9100 was firing before the etcd stream-route change
propagated to the stream workers, causing 'matched route: null' and
skipping DNS resolution. Add a 1s sleep after the admin PUT to let
the config sync complete before making the test request.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ee80ffd commit 7f735b1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments