Skip to content

Commit

Permalink
Merge pull request #23236 from def-/pr-td-default-cluster
Browse files Browse the repository at this point in the history
testdrive: Reset cluster state after mz-arrangement-sharing.td
  • Loading branch information
def- authored Nov 16, 2023
2 parents 11613e3 + 6756060 commit 4f8597c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testdrive/mz-arrangement-sharing.td
Original file line number Diff line number Diff line change
Expand Up @@ -895,5 +895,7 @@ CREATE CLUSTER REPLICA default.replica SIZE = '2', INTROSPECTION DEBUGGING = tru
"Arrange Timely(Operates)"
"Arrange Timely(Parks)"

# Reset default cluster into its previous state so that other tests can expect it to be unchanged
$ postgres-execute connection=postgres://mz_system:materialize@${testdrive.materialize-internal-sql-addr}
DROP CLUSTER REPLICA default.replica
ALTER CLUSTER default SET (MANAGED = true, REPLICATION FACTOR = 1)

0 comments on commit 4f8597c

Please sign in to comment.