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 test-worker-init-failure to sequential #34740

Closed
wants to merge 2 commits into from

Commits on Aug 11, 2020

  1. test: remove error message checking in test-worker-init-failure

    Let the check for the error code suffice and don't check for a
    particular string in the message.
    
    Fixes: nodejs#33759
    Trott committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5cf4c45 View commit details
    Browse the repository at this point in the history
  2. test: move test-worker-init-failure to sequential

    Unfortunately, the test is sensitive to resource constraints and is
    unreliable on macOS in CI when in parallel.
    
    Fixes: nodejs#34727
    Trott committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    346d4fe View commit details
    Browse the repository at this point in the history