Commit 93d0d03
committed
Log number of live query runner instances
On CI we observe that sometimes tests create much higher than expected
number of query runner instances and then often fail (too many resources
taken or too many tests running in parallel). Logging this number helps
attribute CI failure to this cause.1 parent a5b778d commit 93d0d03
File tree
1 file changed
+1
-1
lines changed- testing/trino-testing/src/main/java/io/trino/testing
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments