Skip to content

Commit 989f0a0

Browse files
craig[bot]tbg
andcommitted
Merge #148595
148595: storeliveness: skip TestStoreLivenessRestart under duress r=tbg a=tbg Fixes #148566. Epic: none Co-authored-by: Tobias Grieger <[email protected]>
2 parents 64dc647 + 2d16de7 commit 989f0a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pkg/kv/kvserver/storeliveness/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ go_test(
7878
"//pkg/testutils/datapathutils",
7979
"//pkg/testutils/listenerutil",
8080
"//pkg/testutils/serverutils",
81+
"//pkg/testutils/skip",
8182
"//pkg/testutils/testcluster",
8283
"//pkg/util",
8384
"//pkg/util/hlc",

pkg/kv/kvserver/storeliveness/multi_store_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
"github.com/cockroachdb/cockroach/pkg/storage/fs"
2121
"github.com/cockroachdb/cockroach/pkg/testutils"
2222
"github.com/cockroachdb/cockroach/pkg/testutils/listenerutil"
23+
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
2324
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
2425
"github.com/cockroachdb/cockroach/pkg/util/hlc"
2526
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
@@ -179,6 +180,7 @@ func TestStoreLivenessAllToAllSupport(t *testing.T) {
179180
func TestStoreLivenessRestart(t *testing.T) {
180181
defer leaktest.AfterTest(t)()
181182
defer log.Scope(t).Close(t)
183+
skip.UnderDuressWithIssue(t, 148566)
182184

183185
ctx := context.Background()
184186
lisReg := listenerutil.NewListenerRegistry()

0 commit comments

Comments
 (0)