Skip to content

Commit a18be42

Browse files
craig[bot]rafiss
andcommitted
Merge #147509
147509: roachtest: give more disk space to schemachange/bulkingest r=rafiss a=rafiss The test was failing due to insufficient space. The test size was recently increased in f63c388, which is the likely reason for the issue. fixes #147207 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 6843e11 + a0d3821 commit a18be42

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)