Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/testdrive/github-6942.td
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# the Business Source License, use of this software will be governed
# by the Apache License, Version 2.0.

$ set-arg-default default-storage-size=1

> DROP CLUSTER IF EXISTS gh_6942_cluster CASCADE;
> CREATE CLUSTER gh_6942_cluster SIZE '${arg.default-storage-size}', REPLICATION FACTOR 1;

Expand Down
1 change: 1 addition & 0 deletions test/testdrive/webhook.td
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# by the Apache License, Version 2.0.

$ set-arg-default replicas=1
$ set-arg-default default-storage-size=1

# Exercises Webhook sources.

Expand Down