Commit 8e8029c
CNDB-15447: set CQL timeout equal to server timeout in AggregationQueriesTest (#2073)
### What is the issue
AggregationQueriesTest is flaky
### What does this PR fix and why was it fixed
Sets the CQL timeout equal to server timeout so the client doesn't
timeout before the server is done
(Rebase of commit 9b3b3a3)1 parent 0876f54 commit 8e8029c
File tree
1 file changed
+7
-2
lines changed- test/unit/org/apache/cassandra/cql3/validation/operations
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| |||
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
271 | | - | |
| 276 | + | |
0 commit comments