This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Prevent test timeouts due to pulsar client hanging while shut…
…down (#1731) ### Motivation Sometimes tests hang during teardown because the shutdown procedure of the broker is blocked in waiting for our PulsarClients to close. ### Modifications Wait for some time. I have filed this issue upstream in Pulsar in order to have a better management of this problem apache/pulsar#19579
- Loading branch information
Showing
2 changed files
with
31 additions
and
15 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