centraldogma icon indicating copy to clipboard operation
centraldogma copied to clipboard

Fix flaky ServerStatusManagerIntegrationTest (2)

Open ikhoon opened this issue 2 months ago • 2 comments

Motivation:

This PR tries to solve the flakiness of ServerStatusManagerIntegrationTest in a different way. See #948

This workaround minimizes port collisions by ensuring that all ports are available when a Central Dogma cluster starts.

Modifications:

  • Check if all ports are open when restarting CentralDogmaReplicationExtension.

Result:

Less flakiness

ikhoon avatar Apr 23 '24 09:04 ikhoon