Commit 7a3fab4
committed
chore(windows): Fix tests CS stop reliability
Recently, some tests have been observed to fail on Windows client CI
due to the chunkserver stop command related operations not taking effect
immediately, which causes these tests to be flaky.
To mitigate this issue, a short sleep is added after stopping the
chunkserver to ensure that the stop command and its subsequent
operations have taken effect before proceeding with the test operations.
Co-authored-by: Dave <dave@leil.io>
Signed-off-by: rolysr <rolysr@leil.io>1 parent 5b31b79 commit 7a3fab4
File tree
2 files changed
+3
-0
lines changed- tests/test_suites/ShortSystemTests
2 files changed
+3
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments