Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky ServerStatusManagerIntegrationTest (#948)
Motivation: `ServerStatusManagerIntegrationTest` reuses the acquired ports to restart the running cluster. I observed that the ports were not released after `cluster.stop()`. ![image](https://github.com/line/centraldogma/assets/1866157/e0bd2f45-61c6-41c2-8d55-59f654ccc379) Modifications: - Sleep 3 seconds after a cluster stop to give enough time to release the ports. Result: Fixes CI failures.
- Loading branch information