Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test): retry MockBroker Listen for EADDRINUSE #2721

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Commits on Jan 30, 2024

  1. fix(test): retry MockBroker Listen for EADDRINUSE

    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>
    dnwe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8b53614 View commit details
    Browse the repository at this point in the history