Commit 93fcfb5
committed
chore(windows): Fix tests CS stop reliability
Recently, the test test_truncate_retry has been observed to fail on
the Windows client CI due to chunkserver stop operations not taking
effect immediately. This delay causes the test to become flaky. To
mitigate the issue, a short sleep has been added after stopping the
chunkserver to ensure that the stop command and its subsequent
operations have fully taken effect before the test proceeds.
Additionally, the test test_ec_read_combinations was flaky because
insufficient time was given for the file-generate utility to write
all file chunk parts. This timing issue also caused intermittent
failures on the Windows client CI.
Co-authored-by: Dave <dave@leil.io>
Signed-off-by: rolysr <rolysr@leil.io>1 parent 5b31b79 commit 93fcfb5
File tree
2 files changed
+5
-0
lines changed- tests/test_suites/ShortSystemTests
2 files changed
+5
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| 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