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

[native] Replace fixed test worker port with ephemeral ports #22748

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. [native] Replace fixed test worker port with ephemeral ports

    Previously the listener ports for the native works in the E2E tests
    was hard coded to be 1234 + worker count.
    The change looks in the OS for an available ephemeral port
    and uses this value when spawning the native workers.
    
    The native worker must is deferring some configuration until the
    port selection by the OS is known.
    czentgr committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7d6e5ca View commit details
    Browse the repository at this point in the history