fix(dal): retry transient Pebble lock opens - #1664
Conversation
✅ Approve — automated reviewThe retry logic is narrowly scoped to EAGAIN-shaped Pebble open failures, preserves immediate failure for other errors, and the added tests cover the main success, non-retry, exhaustion, and real lock-contention cases. I did not find a discrete correctness issue introduced by this diff. No findings. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Revalidated live head |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v3.0 #1664 +/- ##
=============================================
Coverage 74.78% 74.79%
=============================================
Files 447 447
Lines 47595 47612 +17
=============================================
+ Hits 35596 35610 +14
- Misses 8796 8801 +5
+ Partials 3203 3201 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Fixes #1522
Validation