Skip to content

test: fix timeouts when running worker tests with --worker - #21791

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:worker-test-timeout
Closed

test: fix timeouts when running worker tests with --worker#21791
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:worker-test-timeout

Conversation

@addaleax

Copy link
Copy Markdown
Member

These tests have been added after the original workers PR and
time out when run inside a worker by themselves.
This is needed for enabling --worker tests in our regular CI.

Refs: nodejs/build#1318

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@addaleax
addaleax requested a review from maclover7July 13, 2018 13:08
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 13, 2018
@addaleaxaddaleax added fast-track PRs that do not need to wait for 48 hours to land. worker Issues and PRs related to Worker support. labels Jul 13, 2018
These tests have been added after the original workers PR and
time out when run inside a worker by themselves.
This is needed for enabling `--worker` tests in our regular CI.
Refs: nodejs/build#1318
@addaleax
addaleaxforce-pushed the worker-test-timeout branch from 6b84655 to 0a8a6d2CompareJuly 13, 2018 13:11
@addaleax

Copy link
Copy Markdown
MemberAuthor

Full CI: https://ci.nodejs.org/job/node-test-pull-request/15846/

Please 👍 this comment if you approve of fast-tracking this PR.

@maclover7

Copy link
Copy Markdown
Contributor

@maclover7maclover7 mentioned this pull request Jul 13, 2018
3 tasks
@addaleax

Copy link
Copy Markdown
MemberAuthor

@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in 36cc5f5

@addaleax
addaleax deleted the worker-test-timeout branch July 13, 2018 17:23
addaleax added a commit that referenced this pull request Jul 13, 2018
These tests have been added after the original workers PR and
time out when run inside a worker by themselves.
This is needed for enabling `--worker` tests in our regular CI.
Refs: nodejs/build#1318
PR-URL: #21791
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Refael Ackermann <refack@gmail.com>
targos pushed a commit that referenced this pull request Jul 14, 2018
These tests have been added after the original workers PR and
time out when run inside a worker by themselves.
This is needed for enabling `--worker` tests in our regular CI.
Refs: nodejs/build#1318
PR-URL: #21791
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@targostargos mentioned this pull request Jul 17, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.workerIssues and PRs related to Worker support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@addaleax@nodejs-github-bot@maclover7@refack