Skip to content

Commit a0d3821

Browse files
committed
roachtest: give more disk space to schemachange/bulkingest
The test was failing due to insufficient space. The test size was recently increased in f63c388, which is the likely reason for the issue. Release note: None
1 parent 24e1ef3 commit a0d3821

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
@@ -339,7 +339,7 @@ func makeSchemaChangeBulkIngestTest(
339339
return registry.TestSpec{
340340
Name: "schemachange/bulkingest",
341341
Owner: registry.OwnerSQLFoundations,
342-
Cluster: r.MakeClusterSpec(numNodes, spec.WorkloadNode()),
342+
Cluster: r.MakeClusterSpec(numNodes, spec.WorkloadNode(), spec.VolumeSize(200)),
343343
CompatibleClouds: registry.AllExceptAWS,
344344
Suites: registry.Suites(registry.Nightly),
345345
Leases: registry.MetamorphicLeases,

0 commit comments

Comments
 (0)