-
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
Add tests for Issue 495 #996
Conversation
just thought of a few more test to add, hold off on merge for now |
added a couple of more tests |
Codecov Report
@@ Coverage Diff @@
## master #996 +/- ##
==========================================
- Coverage 76.17% 76.16% -0.01%
==========================================
Files 153 153
Lines 26545 26545
==========================================
- Hits 20220 20219 -1
- Misses 6325 6326 +1
Continue to review full report at Codecov.
|
Add remote EPROTO tests for flux_rpcf and flux_rpcf_multi
Add tests to check for EPROTO locally, when a user incorrectly assumes there is no payload (when there is one) or when a user incorrectly assumes a payload (when there isn't one).
closing, will splilt up into future PRs |
Just trying to wrap my head around issue #495, decided to add some tests to start, as I don't believe the original issue was directly or indirectly tested. Added some tests via
flux_rpc_get()
andflux_rpc_getf()
. A few minor test additions & misc fixes as well.