Skip to content

Commit

Permalink
kvserver/rangefeed: skip TestRangeFeedIntentResolutionRace under stress
Browse files Browse the repository at this point in the history
This patch skips TestRangeFeedIntentResolutionRace under stress. This test is a
known issue.

Informs: #119340
Release note: none
  • Loading branch information
wenyihu6 committed Jul 11, 2024
1 parent 962840c commit 57ecff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvclient/rangefeed/rangefeed_external_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ func TestRangeFeedIntentResolutionRace(t *testing.T) {

skip.UnderRace(t) // too slow, times out
skip.UnderDeadlock(t)
skip.UnderStress(t)

// Use a timeout, to prevent a hung test.
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
Expand Down

0 comments on commit 57ecff1

Please sign in to comment.