Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky testTaskCancel_whenStreaming_andNotSuspended (#2355)
# Motivation Currently `testTaskCancel_whenStreaming_andNotSuspended` is flaky since `didTerminate` can be called after the iterator is dropped. Fixes #2354 # Modification Let's modify that slightly so we hight the condition we want to hit. # Result No more flaky tests.
- Loading branch information