-
Notifications
You must be signed in to change notification settings - Fork 728
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: repair test #1792
test: repair test #1792
Conversation
Signed-off-by: lhy1024 <[email protected]>
/run-all-tests |
1 similar comment
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #1792 +/- ##
==========================================
- Coverage 77.47% 77.41% -0.07%
==========================================
Files 163 163
Lines 16433 16433
==========================================
- Hits 12731 12721 -10
- Misses 2661 2670 +9
- Partials 1041 1042 +1
Continue to review full report at Codecov.
|
Signed-off-by: lhy1024 <[email protected]>
What is the relation between these test cases with |
Deadlock detection causes the token to not be acquired properly on a high-load machine, so the test fails |
/run-all-tests |
Signed-off-by: lhy1024 <[email protected]> (cherry picked from commit 1fbadf8) Signed-off-by: lhy1024 <[email protected]>
Signed-off-by: lhy1024 <[email protected]> (cherry picked from commit 1fbadf8) Signed-off-by: lhy1024 <[email protected]>
Signed-off-by: lhy1024 [email protected]
What problem does this PR solve?
repair test failed in TestStoreOverloaded and TestStoreOverloadedWithReplace with deadlock-enable.
Check List
Tests