-
Notifications
You must be signed in to change notification settings - Fork 166
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
node-stress-single-test: timeouts and/or run durations? #260
Comments
Tests in To do this properly, however, would be to change |
fwiw, I saw a pretty long running test on the rpi's (3500 iterations done after ~6 hours) the other day. |
I killed one that was about that many iterations yesterday cause it was the only thing holding up a jenkins restart |
For nodejs/node#3881, I'm trying to run a test only about 100 times to get a baseline failure rate. The test fails by timing out on CI a lot so 100 seemed like enough times to see a good number of failures on a Pi. It's taken hours and only gotten through the test 70 times or so with no failures at all. This leads me to believe that timeouts for all tests are not enforced on the stress tests the way they are for
node-test-commit
.OK, no problem, I'll look and see how long each test run took! But that's not printed for the stress tests the way it is for
node-test-commit
.This is not exactly urgent as there are some simple hacks/workarounds I can do for this, but in the interest of making the
node-stress-single-test
as useful as possible, can we at least get a duration printed for individual test runs, if not timeouts identical to what is enforced in the othernode-test-commit
?cc: @joaocgreis
The text was updated successfully, but these errors were encountered: