uber / tchannel-go

Go implementation of a multiplexing and framing protocol for RPC calls
http://uber.github.io/tchannel/
MIT License
490 stars 84 forks source link

Switch to aliases for Go versions in CI #919

Closed cinchurge closed 7 months ago

dastbe commented 7 months ago

is

--- FAIL: TestRelayRaceCompletionAndTimeout (0.13s)
    --- PASS: TestRelayRaceCompletionAndTimeout/with_relay (0.07s)
    --- FAIL: TestRelayRaceCompletionAndTimeout/with_relay_and_timer_verification (0.06s)

known raciness or is this net new failure on 1.22.x?

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.39%. Comparing base (060395c) to head (554387b). Report is 4 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #919 +/- ## ========================================== + Coverage 88.86% 89.39% +0.53% ========================================== Files 43 43 Lines 4517 4517 ========================================== + Hits 4014 4038 +24 + Misses 385 364 -21 + Partials 118 115 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.