Skip to content

Commit

Permalink
fix merge skew (#25035)
Browse files Browse the repository at this point in the history
ci is failing because a lint got added for this pattern.
  • Loading branch information
umanwizard authored Feb 7, 2024
1 parent 98dd322 commit 9cdc800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pg-cdc/mzcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
def workflow_ceased_status(c: Composition, parser: WorkflowArgumentParser) -> None:
with c.override(Testdrive(no_reset=True)):
c.up("materialized", "postgres")
c.run("testdrive", "ceased/before-mz-restart.td")
c.run_testdrive_files("ceased/before-mz-restart.td")

# Restart mz
c.kill("materialized")
c.up("materialized")

c.run("testdrive", "ceased/after-mz-restart.td")
c.run_testdrive_files("ceased/after-mz-restart.td")


def workflow_replication_slots(c: Composition, parser: WorkflowArgumentParser) -> None:
Expand Down

0 comments on commit 9cdc800

Please sign in to comment.