Closed vpranckaitis closed 9 months ago
cc: @prashantv
Note that I couldn't run all the tests locally, because of the missing thrift-v1.0.0-dev/thrift-1-darwin-arm64.tar.gz
binary for M1 Mac:
> make test
<...>
scripts/install-thrift.sh /Users/vilius/go/src/github.com/vpranckaitis/tchannel-go/.bin
--2024-01-17 09:25:27-- https://github.com/uber/tchannel-go/releases/download/thrift-v1.0.0-dev/thrift-1-darwin-arm64.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-17 09:25:27 ERROR 404: Not Found.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7576b14
) 89.25% compared to head (e39a740
) 89.19%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
bump?
@cinchurge there was a Lint failure due to missing comment for a method. I've added it in https://github.com/uber/tchannel-go/pull/912/commits/e39a740978f958cbc7b2012edc4a27ec7bbde8d5, need to rerun the CI.
This commit adds
inbound.cancels.requested
andinbound.cancels.honored
metrics. The documentation mentions these metrics, but they were not yet implemented.