We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089c226 commit 08e41ffCopy full SHA for 08e41ff
pkg/kv/kvserver/lease_queue_test.go
@@ -544,6 +544,11 @@ func TestLeaseQueueRaceReplicateQueue(t *testing.T) {
544
func TestLeaseQueueShedsOnIOOverload(t *testing.T) {
545
defer leaktest.AfterTest(t)()
546
defer log.Scope(t).Close(t)
547
+
548
+ // The SucceedsSoon has been observed to occasionally time out in both
549
+ // deadlock and race builds.
550
+ skip.UnderDuressWithIssue(t, 138903)
551
552
ctx := context.Background()
553
554
tc := testcluster.StartTestCluster(t, 3, base.TestClusterArgs{})
0 commit comments