Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

safekeeper: test pull_timeline with WAL gc. #7812

Merged
merged 2 commits into from
May 25, 2024
Merged

Conversation

arssher
Copy link
Contributor

@arssher arssher commented May 20, 2024

Do pull_timeline while WAL is being removed. To this end

  • extract pausable_failpoint to utils, sprinkle pull_timeline with it
  • add 'checkpoint' sk http endpoint to force WAL removal.

After fixing checking for pull file status code test fails so far which is expected.

part of #6340

@arssher arssher requested review from a team as code owners May 20, 2024 13:25
@arssher arssher requested a review from petuhovskiy May 20, 2024 13:25
Copy link

github-actions bot commented May 20, 2024

3138 tests run: 3005 passed, 0 failed, 133 skipped (full report)


Flaky tests (1)

Postgres 15

  • test_pageserver_restarts_under_worload: release

Code coverage* (full report)

  • functions: 31.4% (6449 of 20543 functions)
  • lines: 48.3% (49958 of 103355 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
8b2205b at 2024-05-24T20:52:30.487Z :recycle:

safekeeper/src/pull_timeline.rs Outdated Show resolved Hide resolved
test_runner/fixtures/utils.py Show resolved Hide resolved
test_runner/regress/test_wal_acceptor.py Outdated Show resolved Hide resolved
test_runner/regress/test_wal_acceptor.py Outdated Show resolved Hide resolved
test_runner/regress/test_wal_acceptor.py Outdated Show resolved Hide resolved
@arssher arssher force-pushed the sk-pull-timeline-tests branch 4 times, most recently from 2457bd8 to 065fabb Compare May 24, 2024 19:08
Do pull_timeline while WAL is being removed. To this end
- extract pausable_failpoint to utils, sprinkle pull_timeline with it
- add 'checkpoint' sk http endpoint to force WAL removal.

After fixing checking for pull file status code test fails so far which is
expected.
@arssher arssher merged commit b2d34a8 into main May 25, 2024
64 checks passed
@arssher arssher deleted the sk-pull-timeline-tests branch May 25, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants