Skip to content

Commit

Permalink
pageserver: fix flake in test_timeline_deletion_with_files_stuck_in_u…
Browse files Browse the repository at this point in the history
…pload_queue (#5149)

## Problem

Test failing on a different ERROR log than it anticipated.

Closes: #5148

## Summary of changes

Add the "could not flush frozen layer" error log to the permitted
errors.
  • Loading branch information
jcsp committed Aug 31, 2023
1 parent 300a5aa commit 43bb8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_runner/regress/test_remote_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ def assert_compacted_and_uploads_queued():
checkpoint_allowed_to_fail.set()
env.pageserver.allowed_errors.append(
".* ERROR .*Error processing HTTP request: InternalServerError\\(timeline is Stopping"
".* ERROR .*[Cc]ould not flush frozen layer.*"
)

# Generous timeout, because currently deletions can get blocked waiting for compaction
Expand Down

1 comment on commit 43bb8bf

@github-actions
Copy link

Choose a reason for hiding this comment

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

1692 tests run: 1612 passed, 0 failed, 80 skipped (full report)


Flaky tests (1)

Postgres 14

  • test_partial_evict_tenant: debug
The comment gets automatically updated with the latest test results
43bb8bf at 2023-08-31T10:26:34.358Z :recycle:

Please sign in to comment.