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

Add a job that runs master + v10.x with python tools/test.py --worker #1318

Closed
addaleax opened this issue Jun 6, 2018 · 12 comments
Closed

Comments

@addaleax
Copy link
Member

addaleax commented Jun 6, 2018

Now that nodejs/node#20876 has landed, it would be great to have something in CI that runs the test suite under workers. It’s probably not feasible to make it part of a regular make test run, or add it to all CI nodes because the test suite is going to run twice as long that way.

Instead, I’d imagine we want a CI job for this. What do we need? Something in the Makefile + a job that runs that particular make target?

@maclover7
Copy link
Contributor

@addaleax In theory we should be able to get this working with https://ci.nodejs.org/job/node-test-commit-custom-suites, using --worker as the input for TEST_ARGS, taking a look now

@addaleax
Copy link
Member Author

addaleax commented Jun 6, 2018

@maclover7 Does that mean it would run only if requested? Because you’re right, that sounds doable, but I’d love to have it be part of node-test-commit

@refack refack self-assigned this Jun 7, 2018
@refack refack added this to untriaged in action items via automation Jun 7, 2018
@maclover7
Copy link
Contributor

@addaleax Yep, it technically runs on an "as requested" basis. But we can add a run of this job to node-test-commit like all of the other subjobs (node-test-commit-plinux, node-test-commit-arm, etc), or just node-daily-master if that's what's wanted

Giving this another run: https://ci.nodejs.org/job/node-test-commit-custom-suites/10/

@addaleax
Copy link
Member Author

addaleax commented Jun 7, 2018

@maclover7 https://ci.nodejs.org/job/node-test-commit-custom-suites/10/nodes=rhel72-s390x/console looks like there’s some kind of encoding trouble?

@maclover7
Copy link
Contributor

@addaleax Sorry this fell off my radar. Was able to get through ~2000 tests before getting two timeouts. Would you be be able to look into these failures? I believe you should have access to trigger builds of the node-test-commit-custom-suites job, where you can customize the arguments for python tools/test.py, and also pick the specific Jenkins node(s) that will run the job.

@addaleax
Copy link
Member Author

@maclover Thanks! I have fixes for the timeouts in nodejs/node#21791. :)

(This is why I want to get this into node-test-commit, btw … 😄)

addaleax added a commit to addaleax/node that referenced this issue 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 added a commit to nodejs/node that referenced this issue 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 to nodejs/node that referenced this issue 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>
@maclover7
Copy link
Contributor

@addaleax Looks like --worker is green now (🎉🎉🎉). Is running with --worker on Ubuntu 16.04 "good enough" to add to node-test-commit? Or are more platforms needed to make sure there's no breakage?

@addaleax
Copy link
Member Author

@maclover7 I think it's good enough -- there can always be weird combinations of platforms creating odd bugs, but having a single Linux job for Workers in there would already be a huge step :)

@maclover7
Copy link
Contributor

maclover7 commented Jul 18, 2018

Was able to get an all-green node-test-commit build (including --worker tests; is on my personal clone of the live job). Will look at rolling this out to the live node-test-commit job.

@maclover7
Copy link
Contributor

Configuration should be updated now -- here's the first all green node-test-commit job. Will leave this open for another day or so in case problems come up, but otherwise I think this is resolved now :)

@addaleax
Copy link
Member Author

Woo 🎉 – thanks for all the work on this!

@addaleax
Copy link
Member Author

@maclover7 I think it’s safe to close this now – again, thank you! 💙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants