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

unit tests: fix DisableMultiManualCompaction in db_compaction_test #611

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

Yuval-Ariel
Copy link
Contributor

closes #580 .
The test sometimes failed in CI since the test code assumed there was only 1 bg compaction thread which needed to be blocked but in #194, the default was changed to 8 so the fix is simply to block all the bg threads.

The test sometimes failed in CI since the test code assumed there was
only 1 bg compaction thread which needed to be blocked but in #194,
the default was changed to 8 so the fix is simply to block all the bg threads.
@Yuval-Ariel Yuval-Ariel added the bug fix Fixes a known bug label Jul 24, 2023
@Yuval-Ariel Yuval-Ariel self-assigned this Jul 24, 2023
@Yuval-Ariel Yuval-Ariel merged commit 8ed9b68 into main Aug 2, 2023
2 checks passed
@Yuval-Ariel Yuval-Ariel deleted the db_compaction_test-bug-fix branch August 2, 2023 06:26
udi-speedb pushed a commit that referenced this pull request Nov 22, 2023
)

The test sometimes failed in CI since the test code assumed there was
only 1 bg compaction thread which needed to be blocked but in #194,
the default was changed to 8 so the fix is simply to block all the bg threads.
udi-speedb pushed a commit that referenced this pull request Dec 5, 2023
)

The test sometimes failed in CI since the test code assumed there was
only 1 bg compaction thread which needed to be blocked but in #194,
the default was changed to 8 so the fix is simply to block all the bg threads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fixes a known bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unit tests: DisableMultiManualCompaction fail
2 participants