-
Notifications
You must be signed in to change notification settings - Fork 72
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
db_test2 BackgroundPurgeTest intermittently failing on main #236
Labels
bug
Something isn't working
Comments
this happens since the iterator is deleted before the sleeping task is scheduled in the LOW pri pool which causes the purge to be executed (instead of being delayed by the sleeping bg task) |
Yuval-Ariel
added a commit
that referenced
this issue
Nov 11, 2022
fix by adding WaitUntilSleeping before deleting the iterator
Yuval-Ariel
added a commit
that referenced
this issue
Nov 13, 2022
fix by adding WaitUntilSleeping before deleting the iterator
Yuval-Ariel
added a commit
that referenced
this issue
Nov 15, 2022
fix by adding WaitUntilSleeping before deleting the iterator
Yuval-Ariel
added a commit
that referenced
this issue
Nov 25, 2022
fix by adding WaitUntilSleeping before deleting the iterator
Yuval-Ariel
added a commit
that referenced
this issue
Nov 25, 2022
fix by adding WaitUntilSleeping before deleting the iterator
Yuval-Ariel
added a commit
that referenced
this issue
Apr 30, 2023
fix by adding WaitUntilSleeping before deleting the iterator
Yuval-Ariel
added a commit
that referenced
this issue
May 4, 2023
fix by adding WaitUntilSleeping before deleting the iterator
udi-speedb
pushed a commit
that referenced
this issue
Nov 13, 2023
fix by adding WaitUntilSleeping before deleting the iterator
udi-speedb
pushed a commit
that referenced
this issue
Nov 15, 2023
fix by adding WaitUntilSleeping before deleting the iterator
udi-speedb
pushed a commit
that referenced
this issue
Dec 3, 2023
fix by adding WaitUntilSleeping before deleting the iterator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
db_test2 BackgroundPurgeTest fails:
[ RUN ] DBTest2.BackgroundPurgeTest db/db_test2.cc:5909: Failure Expected: (value) > (base_value), actual: 2048 vs 2048
To Reproduce
Steps to reproduce the behavior:
while ./db_test2 --gtest_filter=DBTest2.BackgroundPurgeTest; do sleep 1; done
get the CPU busy
System (please complete the following information):
azure default instances Standard_L16s_v2
The text was updated successfully, but these errors were encountered: