commit | 515807ff7208f2ce045b57df9958cde73b5bded9 | [log] [tgz] |
---|---|---|
author | Stefano Duo <stefanoduo@google.com> | Wed Jul 12 09:54:39 2023 +0100 |
committer | Stefano Duo <stefanoduo@google.com> | Wed Jul 12 09:54:39 2023 +0100 |
tree | e9bba3fb1322f6fc03d9ca7edfa03a3433f176a9 | |
parent | 92e1d5182d473b48bb4dee8aaed5f5125cf7d07a [diff] |
BidirectionalStreamTest: don't cancel and block in teardown Calling callback.blockForDone() on a non-started stream's callback will block until it timeouts (12s). Currently, only a single test within BidirectionalStreamTest actually starts the stream. This means that every other tests is calling callback.blockForDone() during teardown for no reason at all and they will just get stuck for 12s. Change-Id: Ia40cbc371b4e2450dcd92a3ad429ff4351931a21