Skip to content

Commit 0d8a038

Browse files
committed
roachtest: use LeaderLeases for schemachange/bulkingest tests
Changed from MetamorphicLeases to LeaderLeases in makeSchemaChangeBulkIngestTest to address potential test stability issues identified in issue #152857. Closes #152857 Release note: none Epic: None
1 parent 2b821ef commit 0d8a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/schemachange.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func makeSchemaChangeBulkIngestTest(
359359
Cluster: r.MakeClusterSpec(numNodes, spec.WorkloadNode(), spec.SSD(4)),
360360
CompatibleClouds: registry.AllExceptAWS,
361361
Suites: registry.Suites(registry.Nightly),
362-
Leases: registry.MetamorphicLeases,
362+
Leases: registry.LeaderLeases,
363363
Timeout: length * 2,
364364
PostProcessPerfMetrics: func(test string, histogram *roachtestutil.HistogramMetric) (roachtestutil.AggregatedPerfMetrics, error) {
365365
// The histogram tracks the total elapsed time for the CREATE INDEX operation.

0 commit comments

Comments
 (0)