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: move timer-dependent test to sequential #9487

Closed
wants to merge 2 commits into from
Closed

Commits on Nov 6, 2016

  1. test: move timer-dependent test to sequential

    `test-regress-nodejsGH-897` is dependent on a timer firing within a period of
    time. Especially on some of the FreeBSD hosts on CI, we have seen tests
    like that fail when run in parallel. (This may have nothing to do with
    FreeBSD and may just mean that the hosts are resource-constrained.) Move
    this test to sequential as we have done with several other
    timer-dependent tests recently.
    
    The test has also been refactored and documented via comments.
    Trott committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    d5a76f8 View commit details
    Browse the repository at this point in the history
  2. squash: nit

    Trott committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    64c8a19 View commit details
    Browse the repository at this point in the history