Skip to content

Commit

Permalink
tests: Remove unnecessary entries from list of allowed errors (#8199)
Browse files Browse the repository at this point in the history
The "manual_gc" context was removed in commit be0c73f. The code that
generated the other error was removed in commit 9a6c0be.
  • Loading branch information
hlinnaka authored Aug 27, 2024
1 parent 2d10306 commit c5ef779
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test_runner/fixtures/pageserver/allowed_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ def scan_pageserver_log_for_errors(
".*Error processing HTTP request: Forbidden",
# intentional failpoints
".*failpoint ",
# FIXME: These need investigation
".*manual_gc.*is_shutdown_requested\\(\\) called in an unexpected task or thread.*",
".*tenant_list: timeline is not found in remote index while it is present in the tenants registry.*",
# Tenant::delete_timeline() can cause any of the four following errors.
# FIXME: we shouldn't be considering it an error: https://github.com/neondatabase/neon/issues/2946
".*could not flush frozen layer.*queue is in state Stopped", # when schedule layer upload fails because queued got closed before compaction got killed
Expand Down

1 comment on commit c5ef779

@github-actions
Copy link

Choose a reason for hiding this comment

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

3868 tests run: 3751 passed, 1 failed, 116 skipped (full report)


Failures on Postgres 16

  • test_heavy_write_workload[neon_off-github-actions-selfhosted-10-5-5]: release-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_heavy_write_workload[neon_off-release-pg16-github-actions-selfhosted-10-5-5]"
Flaky tests (3)

Postgres 16

Postgres 14

Code coverage* (full report)

  • functions: 32.3% (7308 of 22610 functions)
  • lines: 50.4% (59079 of 117260 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c5ef779 at 2024-08-27T18:38:21.818Z :recycle:

Please sign in to comment.