Skip to content

Commit f122d2e

Browse files
committed
kvserver: add vmodule logging for TestReplicateQueueSeesLearnerOrJointConfig
1 parent c87bb2d commit f122d2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kv/kvserver/replica_learner_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,7 @@ func TestReplicateQueueSeesLearnerOrJointConfig(t *testing.T) {
12201220
defer leaktest.AfterTest(t)()
12211221
defer log.Scope(t).Close(t)
12221222
// NB also see TestAllocatorRemoveLearner for a lower-level test.
1223+
testutils.SetVModule(t, "queue=4,replicate_queue=4,replica_command=4,allocator=4,replicate=4")
12231224

12241225
ctx := context.Background()
12251226
_, ltk := makeReplicationTestKnobs()

0 commit comments

Comments
 (0)