-
Notifications
You must be signed in to change notification settings - Fork 51
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
kvs: Misc cleanup & bug fixes #1244
Conversation
LGTM |
Codecov Report
@@ Coverage Diff @@
## master #1244 +/- ##
==========================================
+ Coverage 77.98% 78.06% +0.08%
==========================================
Files 154 154
Lines 28961 28964 +3
==========================================
+ Hits 22584 22610 +26
+ Misses 6377 6354 -23
|
bad coverage on diff, unsurprising given hard to reach error paths. hit two write errors on builds and a hang, unclear when/how builder hung. Restarting. |
Remove no longer relevant comment about synchronous loads. Synchronous loads were removed in commit 19e1fb8.
On cache_entry_create_json() error, we should not return to the caller. Instead we should fallthrough and still call setroot() below.
Handle both raw and json cache data when cleaning up in commit_cleanup_dirty_cache_entry().
Changes Unknown when pulling df5f572 on chu11:misccleanup11 into ** on flux-framework:master**. |
rebased and re-pushed, couple of builds had write-errors, restarted them and seems everything has passed now |
Great - merging. Thanks! |
Spliced out of a bigger PR for #1239. Nothing too exciting.