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

Mark tests using port 64324 as conflicting #16871

Open
wants to merge 1 commit into
base: PHP-8.3
Choose a base branch
from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Nov 20, 2024

Alternatively, we could choose another port, but that likely will conflict with some other test in the future. The proper solution would be to use ephemeral ports[1], but our OpenSSL ServerClientTestCase does not support this yet.

[1] 6ab4e33


In the long run, we should probably unify the different test servers anyway.

PS: found via https://github.com/php/php-src/actions/runs/11925029888/job/33236457305

Alternatively, we could choose another port, but that likely will
conflict with some other test in the future.  The proper solution would
be to use ephemeral ports[1], but our OpenSSL `ServerClientTestCase`
does not support this yet.

[1] <php@6ab4e33>
@nielsdos
Copy link
Member

Why not just change one of them to a port number that's still free?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants