Skip to content

Commit 59ac59e

Browse files
craig[bot]yuzefovich
andcommitted
Merge #160397
160397: logictest: skip distsql_numtables under race r=yuzefovich a=yuzefovich We've seen a timeout in this test twice under race with no clear signs of things going wrong, other than the cluster being overloaded - it uses 5node config, so let's just skip it under race. Fixes: #160391. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
2 parents 70f12e3 + 8a7d59b commit 59ac59e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/sql/logictest/testdata/logic_test/distsql_numtables

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# LogicTest: 5node-default-configs
22

3+
# This test occasionally times out due to overload under race.
4+
skip under race
5+
36
# First, we set up two data tables:
47
# - NumToSquare maps integers from 1 to 100 to their squares
58
# - NumToStr maps integers from 1 to 100*100 to strings; this table is

0 commit comments

Comments
 (0)