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

feat(pageserver): add automatic trigger for gc-compaction #10221

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Dec 20, 2024

Problem

close #10031, part of #9114

Summary of changes

@skyzh skyzh force-pushed the skyzh/auto-trigger branch from 9f6cd02 to c254500 Compare December 20, 2024 21:25
@skyzh skyzh mentioned this pull request Dec 20, 2024
28 tasks
Copy link

github-actions bot commented Dec 20, 2024

7095 tests run: 6786 passed, 11 failed, 298 skipped (full report)


Failures on Postgres 17

Failures on Postgres 16

Failures on Postgres 15

Failures on Postgres 14

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_fully_custom_config[release-pg14] or test_fully_custom_config[release-pg14] or test_fully_custom_config[release-pg15] or test_fully_custom_config[release-pg15] or test_fully_custom_config[release-pg16] or test_fully_custom_config[release-pg16] or test_fully_custom_config[release-pg17] or test_fully_custom_config[release-pg17] or test_fully_custom_config[debug-pg17] or test_fully_custom_config[release-pg17] or test_fully_custom_config[release-pg17]"
Flaky tests (4)

Postgres 17

Postgres 16

Postgres 15

Test coverage report is not available

The comment gets automatically updated with the latest test results
5d99464 at 2024-12-20T23:36:26.682Z :recycle:

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.

gc_compaction: refactor CompationOptions <-> CompactionTask
1 participant