Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
131885: logictest: skip grant_in_txn under race r=rafiss a=rafiss

We've seen this test fail under race due to a timeout, which is likely to happen in slower builds since the transaction is a large operation.

fixes cockroachdb#131009
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Oct 4, 2024
2 parents 8fac0b6 + 5b6877f commit a1d413b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/sql/logictest/testdata/logic_test/grant_in_txn
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This tests ensures that transactions to perform grants on entities created
# inside of a transaction do not get blocked and take a very long time.

# We've seen this test fail under race due to a timeout, which is likely
# to happen in slower builds since the transaction is a large operation.
skip under race

statement ok
SET statement_timeout = '10s';

Expand Down

0 comments on commit a1d413b

Please sign in to comment.