Skip to content

Commit

Permalink
Update test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosh44 committed Dec 12, 2024
1 parent e9487ae commit e3798e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/python/materialize/source_table_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ def _verify_source(

def check_source_table_migration_test_sensible() -> None:
assert MzVersion.parse_cargo() < MzVersion.parse_mz(
"v0.130.0"
"v0.133.0"
), "migration test probably no longer needed"


def get_old_image_for_source_table_migration_test() -> str:
return "materialize/materialized:v0.122.0"
return "materialize/materialized:v0.125.0"


def get_new_image_for_source_table_migration_test() -> str | None:
Expand Down

0 comments on commit e3798e7

Please sign in to comment.