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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 addr.Suggest should lock a file instead of memory #1563

Merged
merged 1 commit into from Jun 23, 2021

Commits on Jun 23, 2021

  1. 馃尡 addr.Suggest should lock a file instead of memory

    Envtest is often running in parallel when using go test, which spins up
    multiple indipendent go test processes that cannot talk to each other.
    The address suggestion code, mostly used to find an open port, can
    cause port collisions and a race condition between different envtests
    running at the same time.
    
    This change switches the internal memory to use a file based system that
    creates a file.
    
    Signed-off-by: Vince Prignano <vincepri@vmware.com>
    vincepri committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    58c17f6 View commit details
    Browse the repository at this point in the history