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

test/persist: add test that compaction is happening as expected #10541

Merged
merged 1 commit into from
Feb 9, 2022

Commits on Feb 9, 2022

  1. test/persist: add test that compaction is happening as expected

    Touches #10533
    
    This commit adds a smoke test to check that persisted tables are being compacted
    as they should be, using metrics for the number of batches in a persistent trace
    to assert that the number decreases as expected.
    
    This test is a little bit brittle, as it is very coupled to the way trace compaction
    works today. A better alternative would be some kind of system table that can
    automatically return details like the since frontier or the number of trace
    batches. That is left as a followup.
    ruchirK committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0d4a8fa View commit details
    Browse the repository at this point in the history