Skip to content

Commit ec63f2e

Browse files
committed
logictest: skip distsql_numtables under race
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. Release note: None
1 parent 5a3d579 commit ec63f2e

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)