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

deletefile_test: fix breakage caused by the compaction threads change #218

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

isaac-io
Copy link
Contributor

@isaac-io isaac-io commented Nov 7, 2022

In #194 the default value for background compaction threads was changed to 8 (from 1). This caused some tests to fail and fixes were implemented as part of #197. Alas, it seems that the fixes weren't complete, as under stress a test still fail.

Make it so the test is truly fixed now. This can be verified by running them in a loop with the machine overloaded:

$ while ./deletefile_test --gtest_filter=DeleteFileTest.BackgroundPurgeCFDropTest; do sleep 1; done

…#217)

In #194 the default value for background compaction threads was changed
to 8 (from 1). This caused some tests to fail and fixes were implemented
as part of #197. Alas, it seems that the fixes weren't complete, as under
stress a test still fail.

Make it so the test is truly fixed now. This can be verified by running
them in a loop with the machine overloaded:

```
$ while ./deletefile_test --gtest_filter=DeleteFileTest.BackgroundPurgeCFDropTest; do sleep 1; done
```
@isaac-io isaac-io self-assigned this Nov 7, 2022
@isaac-io isaac-io linked an issue Nov 7, 2022 that may be closed by this pull request
@isaac-io isaac-io merged commit 44510c3 into main Nov 8, 2022
@isaac-io isaac-io deleted the 217-deletefile_test-intermittently-failing-on-main branch November 8, 2022 13:36
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.

deletefile_test intermittently failing on main
2 participants