Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): retry MockBroker Listen for EADDRINUSE (#2721)
Some of the FV tests involve shutting down a MockBroker and then re-creating a new one on the same ip:port. Sometimes this fails because the port shows as still being in-use. Add some rudimentary retry attempts for this case to try and close the FV flakiness in that area. Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
- Loading branch information