Skip to content

Commit

Permalink
Added extensions for 2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yb committed Feb 26, 2025
1 parent 2bb6f10 commit 72306dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migtests/tests/pg/multiple-schemas/validate
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def migration_completed_checks(tgt):
expectedExtensions.remove("hll")
if "2.25" in tgtVersion:
expectedExtensions.remove("timetravel")
expectedExtensions.extend(["pg_partman", "vector", "pg_walinspect", "old_snapshot", "pgtap", "yb_ycql_utils", "pg_surgery", "yb_xcluster_ddl_replication"])
for extension in expectedExtensions:
assert extension in extensions, f"expected extension is not reported: {extension}"

Expand Down

0 comments on commit 72306dc

Please sign in to comment.