Skip to content

Commit 38f52e0

Browse files
committed
roachtest: bump to vmodule=*=1 for gossip/restart
The test does not load the cluster, so might as well err on the side of logging too much. This is likely going to help with the next round of investigations.
1 parent d9689d0 commit 38f52e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/gossip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func runGossipPeerings(ctx context.Context, t test.Test, c cluster.Cluster) {
358358

359359
func runGossipRestart(ctx context.Context, t test.Test, c cluster.Cluster) {
360360
opts := option.DefaultStartOpts()
361-
opts.RoachprodOpts.ExtraArgs = []string{"--vmodule=settings_watcher=1,watcher=1"}
361+
opts.RoachprodOpts.ExtraArgs = []string{"--vmodule=*=1"}
362362
c.Start(ctx, t.L(), opts, install.MakeClusterSettings())
363363

364364
// Repeatedly stop and restart a cluster and verify that we can perform basic

0 commit comments

Comments
 (0)