Skip to content

chore: add port option to tls server test helper #248

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

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

ruyadorno
Copy link
Contributor

While updating to the new version of our test framework, the tests would start occasionally fail with an EADDRINUSE error from trying to connect to an already in use port.

This changeset adds an option to the setup-tls-server helper module so that we can use different ports in different files that may be run in parallel.

@ruyadorno ruyadorno requested a review from a team as a code owner November 15, 2023 14:35
While updating to the new version of our test framework, the tests would
start occasionally fail with an `EADDRINUSE` error from trying to
connect to an already in use port.

This changeset adds an option to the `setup-tls-server` helper module so
that we can use different ports in different files that may be run in
parallel.
@ruyadorno ruyadorno force-pushed the fix-test-port-conflict branch from 5737ef8 to 5113699 Compare November 15, 2023 14:41
@ruyadorno ruyadorno merged commit ee53448 into main Nov 15, 2023
@ruyadorno ruyadorno deleted the fix-test-port-conflict branch November 15, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants