Skip to content

Commit

Permalink
test_runner: ignore error in test_timeline_archival_chaos (#10161)
Browse files Browse the repository at this point in the history
Resolves #10159.
  • Loading branch information
erikgrinaker authored Dec 16, 2024
1 parent 59b7ff8 commit 28ccda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_runner/regress/test_timeline_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def test_timeline_archival_chaos(neon_env_builder: NeonEnvBuilder):
[
".*removing local file.*because it has unexpected length.*",
".*__temp.*",
".*method=POST path=\\S+/timeline .*: Not activating a Stopping timeline.*",
# FIXME: there are still anyhow::Error paths in timeline creation/deletion which
# generate 500 results when called during shutdown (https://github.com/neondatabase/neon/issues/9768)
".*InternalServerError.*",
Expand Down

1 comment on commit 28ccda0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7095 tests run: 6795 passed, 1 failed, 299 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_idle_checkpoints[debug-pg17]"
Flaky tests (2)

Postgres 17

  • test_physical_replication_config_mismatch_too_many_known_xids: release-arm64

Postgres 16

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-arm64

Test coverage report is not available

The comment gets automatically updated with the latest test results
28ccda0 at 2024-12-16T18:08:45.791Z :recycle:

Please sign in to comment.