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 flaky test-trace-sigint-on-idle #31645

Closed

Commits on Feb 5, 2020

  1. test: fix flaky test-trace-sigint-on-idle

    Previously, the test could fail on slow machines because the
    child process was still in the process of starting up after
    one second, and not yet idle.
    
    To resolve this:
    - Wait for a message from the child process indicating that it
      had started.
    - Wait some time after that, but make it platform-dependent to
      account for timing differences.
    - Remove the timer in the child process.
    addaleax committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6cdec13 View commit details
    Browse the repository at this point in the history