-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky
[Http|Grpc]LifecycleObserverTest
(#2376)
Motivation: It's possible that requesting more data from the payload publisher can race with completion. Subsequent `request(N)` are possible even after both observers terminate. Modifications: - Await for client & server shutdown before starting verification of invoked observer callbacks. Result: No more events are possible after server shutdown. Verification step sees all observed events. Resolves #2343. Resolves #2298.
- Loading branch information
1 parent
83760f5
commit c74af36
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters