Skip to content

Commit 640bbf0

Browse files
committed
roachtest: run postgres weekly
1 parent 1d434f4 commit 640bbf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cmd/roachtest/tests/sysbench.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,14 +423,14 @@ func registerSysbench(r registry.Registry) {
423423
}
424424
r.Add(spec)
425425

426-
// Add a variant of each test that uses PostgreSQL instead of CockroachDB.
426+
// Add a variant of the single-node tests that uses PostgreSQL instead of CockroachDB.
427427
if d.n == 1 {
428428
pgOpts := opts
429429
pgOpts.usePostgres = true
430430
pgSpec := spec
431431
pgSpec.Name = fmt.Sprintf("sysbench/%s/postgres/cpu=%d/conc=%d", w, d.cpus, conc)
432-
pgSpec.Suites = registry.ManualOnly
433-
pgSpec.TestSelectionOptOutSuites = registry.ManualOnly
432+
pgSpec.Suites = registry.Suites(registry.Weekly)
433+
pgSpec.TestSelectionOptOutSuites = registry.Suites(registry.Weekly)
434434
pgSpec.Run = func(ctx context.Context, t test.Test, c cluster.Cluster) {
435435
runSysbench(ctx, t, c, pgOpts)
436436
}

0 commit comments

Comments
 (0)