Uh oh!
There was an error while loading. Please reload this page.
test: fix flaky VM timeout test on Raspberry Pi - #24238
Conversation
Trott
commented
Nov 7, 2018
Trott
commented
Nov 7, 2018
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: nodejs#24120
Trott
commented
Nov 7, 2018
Trott
commented
Nov 7, 2018
Trott
commented
Nov 7, 2018
Since this is intended to restore our CI from perma-yellow to green, I'd like to propose fast-tracking. 👍 here to approve. |
Trott
commented
Nov 8, 2018
Landed in d8e06b2. Welcome back, green CI. |
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: nodejs#24120 PR-URL: nodejs#24238 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: nodejs#24120 PR-URL: nodejs#24238 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
codebytere
commented
Nov 29, 2018
@Trott do you think you could backport this to |
@codebytere This will land cleanly after 5e5a945 and 095a602 are cherry-picked into the After cherry-picking those two and then this commit, you probably then want to cherry-pick 9e33e86 to maximize the likelihood that your tests won't fail. The lts-watch label on those two earlier PRs (for those first two commits above) can be removed IMO but you probably want to land all four of these commits one right after the other. They represent us working out kinks in the test over time and by landing them all together, you minimize problems you will have with test unreliability. |
Fixes: #24120
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes