Skip to content

Commit

Permalink
sql_test: skip TestInvertedIndexMergeEveryStateWrite under race
Browse files Browse the repository at this point in the history
It takes over 5 minutes.
`--- PASS: TestInvertedIndexMergeEveryStateWrite (335.71s)`

Release justification: testing-only change

Release note: None
  • Loading branch information
ajwerner committed Sep 1, 2022
1 parent ced56ad commit 56907a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sql/mvcc_backfiller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ func TestInvertedIndexMergeEveryStateWrite(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.UnderRace(t, "very slow")

var chunkSize int64 = 1000
var initialRows = 10000
rowIdx := 0
Expand Down

0 comments on commit 56907a8

Please sign in to comment.