Commit 5d42f80
Merge #158169
158169: sql: skip external process under deadlock in TestShowLastQueryStatistics r=yuzefovich a=yuzefovich
If we have external-process test tenant and run under the deadlock config, sometimes we can exceed 1s limit on planning latency. This behavior seems somewhat expected, so let's just skip the external-process config (which was enabled recently).
Fixes: #157127.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1408 | 1408 | | |
1409 | 1409 | | |
1410 | 1410 | | |
1411 | | - | |
1412 | | - | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
1413 | 1420 | | |
1414 | 1421 | | |
1415 | 1422 | | |
| |||
0 commit comments