Skip to content

Commit

Permalink
Merge pull request #100008 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-99871

release-23.1: roachtest: add back backups to disk-stalled tests
  • Loading branch information
nicktrav authored Mar 30, 2023
2 parents e2e7a19 + f5f95ba commit e168f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/disk_stall.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func registerDiskStalledDetection(r registry.Registry) {
func runDiskStalledDetection(
ctx context.Context, t test.Test, c cluster.Cluster, s diskStaller, doStall bool,
) {
startOpts := option.DefaultStartOptsNoBackups()
startOpts := option.DefaultStartOpts()
startOpts.RoachprodOpts.ExtraArgs = []string{
"--store", s.DataDir(),
"--log", fmt.Sprintf(`{sinks: {stderr: {filter: INFO}}, file-defaults: {dir: "%s"}}`, s.LogDir()),
Expand Down

0 comments on commit e168f15

Please sign in to comment.