Skip to content

Commit

Permalink
kvserver: unskip the thresholdFirst=true variants of `TestGCThresho…
Browse files Browse the repository at this point in the history
…ldRacesWithRead`

This commit unskips a subset of `TestGCThresholdRacesWithRead`, which is now
possible because of cockroachdb#76312 and the first commit in this patch. See
cockroachdb#76410 (comment)

Relates to cockroachdb#55293.

Release note: none
  • Loading branch information
aayushshah15 committed Jun 28, 2022
1 parent ab6d45e commit efa68b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kv/kvserver/replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8572,7 +8572,6 @@ func TestRefreshFromBelowGCThreshold(t *testing.T) {
func TestGCThresholdRacesWithRead(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 55293)

testutils.RunTrueAndFalse(t, "followerRead", func(t *testing.T, followerRead bool) {
testutils.RunTrueAndFalse(t, "thresholdFirst", func(t *testing.T, thresholdFirst bool) {
Expand Down

0 comments on commit efa68b9

Please sign in to comment.