-
Notifications
You must be signed in to change notification settings - Fork 857
Fix Flaky PebbleDB Test #2571
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
base: main
Are you sure you want to change the base?
Fix Flaky PebbleDB Test #2571
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2571 +/- ##
===========================================
- Coverage 43.09% 39.88% -3.22%
===========================================
Files 1590 15 -1575
Lines 137470 1389 -136081
===========================================
- Hits 59247 554 -58693
+ Misses 72736 786 -71950
+ Partials 5487 49 -5438
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2571 +/- ##
==========================================
- Coverage 44.19% 43.24% -0.96%
==========================================
Files 1793 1447 -346
Lines 149498 115153 -34345
==========================================
- Hits 66066 49793 -16273
+ Misses 77549 61035 -16514
+ Partials 5883 4325 -1558
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Shall we add a specific failure scenario (instead of flaky test) to make sure iterator will return correctly when hitting this scenario in the future? |
Describe your changes and provide context
Testing performed to validate your change