Skip to content

Commit

Permalink
Test: remove extension if target is 2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yb committed Feb 26, 2025
1 parent 4f74e47 commit d7e2642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migtests/tests/pg/multiple-schemas/validate
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def migration_completed_checks(tgt):
print(f"target version: {tgtVersion}")
if "2.16" in tgtVersion:
expectedExtensions.remove("hll")
if "2.25" in tgtVersion:
expectedExtensions.remove("timetravel")
for extension in expectedExtensions:
assert extension in extensions, f"expected extension is not reported: {extension}"

Expand Down

0 comments on commit d7e2642

Please sign in to comment.