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

Move compaction code to compaction.rs #7026

Merged
merged 5 commits into from
Mar 6, 2024
Merged

Move compaction code to compaction.rs #7026

merged 5 commits into from
Mar 6, 2024

Conversation

arpad-m
Copy link
Member

@arpad-m arpad-m commented Mar 5, 2024

Moves some of the (legacy) compaction code to compaction.rs. No functional changes, just moves of code.

Before, compaction.rs was only for the new tiered compaction mechanism, now it's for both the old and new mechanisms.

Part of #6768

@arpad-m arpad-m requested a review from a team as a code owner March 5, 2024 14:46
@arpad-m arpad-m requested a review from koivunej March 5, 2024 14:46
Copy link

github-actions bot commented Mar 5, 2024

2490 tests run: 2368 passed, 0 failed, 122 skipped (full report)


Flaky tests (1)

Postgres 16

  • test_vm_bit_clear_on_heap_lock: debug

Code coverage* (full report)

  • functions: 28.8% (6982 of 24255 functions)
  • lines: 47.4% (42878 of 90535 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2a58378 at 2024-03-05T17:30:38.415Z :recycle:

@arpad-m arpad-m enabled auto-merge (squash) March 6, 2024 01:14
@arpad-m arpad-m merged commit 2f88e7a into main Mar 6, 2024
53 checks passed
@arpad-m arpad-m deleted the arpad/compaction_move branch March 6, 2024 01:40
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

2 participants