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

Add CONFLICT all to random port test #17706

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

Conversation

iluuu1994
Copy link
Member

If we're very unlucky, we can get the same port opened as an ephemeral port by some other test.

Presumably happened in the last nightly. https://github.com/php/php-src/actions/runs/13148355594/job/36691200380

If we're very unlucky, we can get the same port opened as an ephemeral
port by some other test.
@iluuu1994 iluuu1994 requested a review from bukka as a code owner February 5, 2025 12:18
@iluuu1994 iluuu1994 changed the base branch from master to PHP-8.1 February 5, 2025 12:18
Copy link
Member

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bukka
Copy link
Member

bukka commented Feb 5, 2025

You can probably just set port to 0 and it should be fine.

@bukka
Copy link
Member

bukka commented Feb 5, 2025

Ok it doesn't actually work for UDP... :)

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.

3 participants