Closed garlick closed 1 month ago
Yeah could probably add some tests.
Added a little bit more testing (though it didn't do much for the numbers). Anyway, setting MWP.
Attention: Patch coverage is 64.00000%
with 45 lines
in your changes missing coverage. Please review.
Project coverage is 83.28%. Comparing base (
47040bc
) to head (d462260
). Report is 10 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/cmd/builtin/overlay.c | 0.00% | 26 Missing :warning: |
src/broker/trace.c | 76.56% | 15 Missing :warning: |
src/cmd/flux-module.c | 84.00% | 4 Missing :warning: |
Problem:
flux module trace
andflux overlay trace
don't show theerrnum
value for response messages, but this would be helpful when interpreting message traces.Append "success" or the error name associated with the
errnum
value in the one line trace output for responses. When--full
is specified, include human readable error message (if any) from the payload. Change the color of failure response messages to bright red so they stand out.