Commit 411dab3
committed
clustertests: reduce flakiness
This commit makes two changes to the clustertests:
1. Reduces the propagation delay timeout when querying ReadySet to allow
more time for ReadySet to reach eventual consistency. Some of our
clustertests are failing intermittently due to timeouts while waiting
for changes to be reflected in ReadySet. Increasing the timeout will
give the tests more time to wait for eventual consistency, hopefully
reducing or eliminating this kind of flakiness.
2. Fixes a bug where `EventuallyConsistentResults::empty_or` was not
properly constructing an `EventuallyConsistentResults` that included
an empty set of results as an allowed intermediate result.
Change-Id: I560324765098310701149caf0bad8998ebd16b69
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/4666
Tested-by: Buildkite CI
Reviewed-by: Griffin Smith <[email protected]>1 parent de264ee commit 411dab3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments