Skip to content

Commit

Permalink
logictest: skip alter_table under race
Browse files Browse the repository at this point in the history
We just saw a test run where `alter_table` took more than an hour under
race. None of the metamorphic variables seem likely to be the cause of
the slowdown, so probably just the sheer number of schema changes in
this file are to blame.

Release note: None
  • Loading branch information
yuzefovich committed Jan 24, 2025
1 parent c4de0a9 commit 8fe6d92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/logictest/testdata/logic_test/alter_table
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# We've seen this file take more than an hour under race.
skip under race

statement ok
CREATE TABLE other (b INT PRIMARY KEY)

Expand Down

0 comments on commit 8fe6d92

Please sign in to comment.