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(tests): bind to unique ports in ibc tests #4828

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Commits on Aug 23, 2024

  1. fix(tests): bind to unique ports in ibc tests

    Follow-up to #4747. Noticed the new tests were flaking across multiple
    runs. Turns out they were fighting for port binds, as described already
    in #4517. Let's just use a unique port pair for the MockRelayers and
    call it a day for now.
    conorsch committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6fdf9b3 View commit details
    Browse the repository at this point in the history