-
Notifications
You must be signed in to change notification settings - Fork 31
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
DST fault injection bug fix #267
Conversation
vaibhawvipul
commented
Mar 27, 2024
•
edited
Loading
edited
- handle aio errors
- add assertions (fixes - issue 266)
fyi: we had pair programming session this morning and few additional things were discovered / discussed. In particular the handling of failure injection post-process. Since the model will encounter reads that it was not aware of since the client believed the AIOStoreFailure occurred. Good stuff! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #267 +/- ##
==========================================
+ Coverage 62.27% 63.70% +1.43%
==========================================
Files 113 113
Lines 9706 9717 +11
==========================================
+ Hits 6044 6190 +146
+ Misses 3169 3070 -99
+ Partials 493 457 -36 ☔ View full report in Codecov by Sentry. |