File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -423,14 +423,14 @@ func registerSysbench(r registry.Registry) {
423
423
}
424
424
r .Add (spec )
425
425
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.
427
427
if d .n == 1 {
428
428
pgOpts := opts
429
429
pgOpts .usePostgres = true
430
430
pgSpec := spec
431
431
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 )
434
434
pgSpec .Run = func (ctx context.Context , t test.Test , c cluster.Cluster ) {
435
435
runSysbench (ctx , t , c , pgOpts )
436
436
}
You can’t perform that action at this time.
0 commit comments