Skip to content

Commit 581e916

Browse files
committed
kvnemesis: disable DRPC for tests
The 'TestKVNemesisMultiNode*' tests are showing flakiness when DRPC is enabled, and this can be reproduced under stress. Until the root cause is found, it's best to disable DRPC for these tests. Release note: none Epic: none
1 parent 287999c commit 581e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvnemesis/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestMain(m *testing.M) {
3030
)()
3131

3232
defer serverutils.TestingGlobalDRPCOption(
33-
base.TestDRPCEnabledRandomly,
33+
base.TestDRPCDisabled,
3434
)()
3535

3636
os.Exit(m.Run())

0 commit comments

Comments
 (0)