Skip to content

Commit d480f2a

Browse files
authored
Merge pull request #154176 from cockroachdb/blathers/backport-release-25.4-154168
release-25.4: roachtest: fix log file in slow-drain test
2 parents 755d6e0 + d01f87f commit d480f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/slow_drain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func runSlowDrain(ctx context.Context, t test.Test, c cluster.Cluster, duration
134134
testutils.SucceedsWithin(t, func() error {
135135
for nodeID := 2; nodeID <= numNodes; nodeID++ {
136136
if err := c.RunE(ctx, option.WithNodes(c.Node(nodeID)),
137-
fmt.Sprintf("grep -q '%s' logs/cockroach.log", verboseStoreLogRe),
137+
fmt.Sprintf("grep -q '%s' logs/cockroach-kv-distribution.log", verboseStoreLogRe),
138138
); err == nil {
139139
return nil
140140
}

0 commit comments

Comments
 (0)