mirror of https://github.com/grpc/grpc.git
[Logging] Fix flakiness in test (#33077)
Change - just make sure that before we verify the logging entries, we'll wait for the expected number of entries to show up. Logging_test has been recently reported as flaky. Sample failure - https://source.cloud.google.com/results/invocations/ba581ad8-b652-4b9d-af56-07593f5d2deb/targets/%2F%2Ftest%2Fcpp%2Fext%2Ffilters%2Flogging:logging_test@poller%3Depoll1/tests Failed to reproduce, but i have a suspicion that what's happening is that the logging for the half-close events on the server side can happen after the call has ended.. It is currently being logged after the server-trailer (which has the status).pull/33086/head
parent
7b74b07885
commit
1b01336504
2 changed files with 16 additions and 0 deletions
Loading…
Reference in new issue