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

test: fix debug-port-cluster flakiness #4258

Closed

Commits on Dec 12, 2015

  1. test: fix debug-port-cluster flakiness

    The test was assuming that the 'all workers are running' text was received
    by the parent process in a separate chunk from the other texts. This might
    not always be the case, causing the test never reaches the exit condition.
    Fix it by checking every line received.
    santigimeno committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    b8eed1e View commit details
    Browse the repository at this point in the history