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: avoid test-cluster-master-kill flakiness #6531

Closed
wants to merge 4 commits into from

Commits on May 2, 2016

  1. test: avoid test-cluster-master-kill flakiness

    Removed reliance on worker exit before arbitrary timeout. Instead of killing
    the parent process, destroy the IPC pipe for the same effect, and wait for
    the worker's exit before also exiting the parent. Insuring these steps are
    well-ordered removes the need for timeouts and reduces intermittent failures.
    
    In case of an actual hang in the child's exit code, the test harness global
    timeout will kick in, and the test will still fail.
    stefanmb committed May 2, 2016
    Configuration menu
    Copy the full SHA
    4076877 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. WIP: Poll indefinitely

    stefanmb committed May 3, 2016
    Configuration menu
    Copy the full SHA
    fadbde5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b0ff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1246090 View commit details
    Browse the repository at this point in the history