Closed utahta closed 4 months ago
main (9ece0c7) | #206 (b779abf) | +/- | |
---|---|---|---|
Coverage | 65.0% | 65.0% | 0.0% |
Code to Test Ratio | 1:0.3 | 1:0.3 | -0.0 |
Test Execution Time | 7m13s | 7m4s | -9s |
Reported by octocov
main (9ece0c7) | #206 (a4dc5a2) | +/- | |
---|---|---|---|
Coverage | 65.0% | 65.0% | 0.0% |
Code to Test Ratio | 1:0.3 | 1:0.3 | -0.0 |
Test Execution Time | 7m13s | 7m7s | -6s |
Reported by octocov
When a field is added using
grpc.federation.log.add
, we expect it to be output to the log of the message in which it is defined, but it is actually also output to the log of the upstream message. To prevent this, we also callgrpcfed.WithLogger
in the resolver function.e.g. Suppose we have the following definition:
test_post_id
field is expected to be output only in the log of Post message, but actualy it is also output in the log of GetPostResponse message (last line)expected:
actual: