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-tls-wrap-timeout #7857

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 31, 2016

  1. test: fix flaky test-tls-wrap-timeout

    Competing timers were causing a race condition and thus the test was
    flaky. Instead, we check an object property on process exit.
    
    Fixes: nodejs#7650
    Trott committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    2b17997 View commit details
    Browse the repository at this point in the history
  2. squash: add _idleStart check

    Trott committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    6185e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ed1ea View commit details
    Browse the repository at this point in the history
  4. squash: additional assertion

    Trott committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    58d3fbf View commit details
    Browse the repository at this point in the history