Skip to content

Commit 120c974

Browse files
committed
testdrive: Fix default-storage-size parameter
Seen failing in https://buildkite.com/materialize/nightly/builds/11914#019664fd-9b58-4c90-a37c-ddadfba34360 Follow-up to MaterializeInc#32228
1 parent 5646b58 commit 120c974

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/testdrive/github-6942.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# the Business Source License, use of this software will be governed
88
# by the Apache License, Version 2.0.
99

10+
$ set-arg-default default-storage-size=1
11+
1012
> DROP CLUSTER IF EXISTS gh_6942_cluster CASCADE;
1113
> CREATE CLUSTER gh_6942_cluster SIZE '${arg.default-storage-size}', REPLICATION FACTOR 1;
1214

test/testdrive/webhook.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# by the Apache License, Version 2.0.
99

1010
$ set-arg-default replicas=1
11+
$ set-arg-default default-storage-size=1
1112

1213
# Exercises Webhook sources.
1314

0 commit comments

Comments
 (0)