Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky
ByteStreamMessageOutputStreamTest.writeAfterStreamClosed()
(
#5427) Motivation: `ByteStreamMessageOutputStreamTest.writeAfterStreamClosed()` tests if `ByteStreamMessageOutputStream` raises an IOException after the enclosing `ByteStreamMessage` is aborted. If a `StreamMessage` has been subscribed by another `Subscriber`, the abortion process may happen in a different thread asynchronously. Modifications: - Wait until the abortion of `ByteStreamMessage` completes. Results: Closes #4553
- Loading branch information