Skip to content

Commit

Permalink
Merge pull request #110994 from itsbilal/backport23.1-108304
Browse files Browse the repository at this point in the history
release-23.1: roachtest: tolerate errors in clearrange workload
  • Loading branch information
itsbilal authored Sep 20, 2023
2 parents 9cb3970 + dca2e9a commit ef0a46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/clearrange.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ORDER BY raw_start_key ASC LIMIT 1`,
m := c.NewMonitor(ctx)
m.Go(func(ctx context.Context) error {
c.Run(ctx, c.Node(1), `./cockroach workload init kv`)
c.Run(ctx, c.All(), `./cockroach workload run kv --concurrency=32 --duration=1h`)
c.Run(ctx, c.All(), `./cockroach workload run kv --concurrency=32 --duration=1h --tolerate-errors`)
return nil
})
m.Go(func(ctx context.Context) error {
Expand Down

0 comments on commit ef0a46c

Please sign in to comment.