Skip to content

Commit

Permalink
tests: work around compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Mar 15, 2024
1 parent e5e05cd commit 73de2d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_runner/regress/test_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ def test_forward_compatibility(
pg_distrib_dir=compatibility_postgres_distrib_dir,
)

# TODO: remove this workaround after release-5090 is no longer the most recent release.
# There was a bug in that code that generates a warning in the storage controller log.
env.storage_controller.allowed_errors.append(".*no tenant_shard_id specified.*")

# Use current neon_local even though we're using old binaries for
# everything else: our test code is written for latest CLI args.
env.neon_local_binpath = neon_local_binpath
Expand Down

0 comments on commit 73de2d2

Please sign in to comment.