Skip to content

Commit

Permalink
Move compaction code to compaction.rs (#7026)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arpad-m committed Mar 6, 2024
1 parent eacdc17 commit 2f88e7a
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 696 deletions.
Loading

1 comment on commit 2f88e7a

@github-actions
Copy link

Choose a reason for hiding this comment

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

2567 tests run: 2431 passed, 0 failed, 136 skipped (full report)


Flaky tests (1)

Postgres 14

  • test_timeline_size_quota_on_startup: release

Code coverage* (full report)

  • functions: 28.8% (6981 of 24255 functions)
  • lines: 47.4% (42873 of 90535 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2f88e7a at 2024-03-06T02:35:27.770Z :recycle:

Please sign in to comment.