Skip to content

Commit

Permalink
Make compatibility migrations eternal (#11242)
Browse files Browse the repository at this point in the history
Not sure whether this is a good choice but I could not
find anything between `long` and `eternal`.

changelog_begin
changelog_end
  • Loading branch information
stefanobaghino-da authored Oct 14, 2021
1 parent be899b3 commit 387d0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compatibility/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ first_post_7587_trigger_version = "1.7.0-snapshot.20201012.5405.0.af92198d"

migration_test(
name = "migration-stable",
timeout = "long",
timeout = "eternal",
# Exclusive due to hardcoded postgres ports.
tags = [
"exclusive",
Expand All @@ -152,7 +152,7 @@ migration_test(

migration_test(
name = "migration-all",
timeout = "long",
timeout = "eternal",
# Exclusive due to hardcoded postgres ports.
tags = ["exclusive"],
versions = platform_versions,
Expand Down

0 comments on commit 387d0e8

Please sign in to comment.