Commit 0b4bbbc
authored
Increase latchable timeout to 20s for ForcePushDownNestedQueryTest (#18816)
The MSQ query appearst to take longer than 10s. Other tests like QueryVirtualStorageTest
and EmbeddedDurableShuffleStorageTest that use the same query use 20s timeout, so that should help.
Also, include the timeout in the error message so it's clear rather than having to look at the
stacktrace.1 parent d342a10 commit 0b4bbbc
File tree
2 files changed
+9
-2
lines changed- embedded-tests/src/test/java/org/apache/druid/testing/embedded/query
- server/src/test/java/org/apache/druid/server/metrics
2 files changed
+9
-2
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments