Skip to content

Commit

Permalink
roachtest: elide mode=default in ldr tests
Browse files Browse the repository at this point in the history
Release note: none.
Epic: none.
  • Loading branch information
dt committed Oct 14, 2024
1 parent f31617c commit 30ba549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/logical_data_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ func setupLDR(

startLDR := func(targetDB *sqlutils.SQLRunner, sourceURL string) int {
options := ""
if mode.String() != "" {
if mode != Default {
options = fmt.Sprintf("WITH mode='%s'", mode)
}
targetDB.Exec(t, fmt.Sprintf("USE %s", dbName))
Expand Down

0 comments on commit 30ba549

Please sign in to comment.