Uh oh!
There was an error while loading. Please reload this page.
[v10.x backport] test: move benchmark tests out of main test suite - #25049
[v10.x backport] test: move benchmark tests out of main test suite#25049Trott wants to merge 1 commit into
Conversation
Move benchmark tests (which are slow) out of the main test suite. We can hopefully add them to node-daily-master so that they are still run daily on CI. PR-URL: nodejs#24265 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Trott
commented
Dec 14, 2018
Trott
commented
Dec 14, 2018
Trott
commented
Dec 14, 2018
The test-bootstrap-modules failure in CI is apparently a broken test on v10.x-staging. I don't know when the breakage was introduced or if the problem is in the test or core. See discussion in #25027. Anyway, unrelated to change here. But I imagine someone will want to track down what broke it on v10.x-staging? |
Yeah i can try to dig into that; checks on the staging branch itself are green but i think it's just a basic test commit check which may have missed whatever failure is occurring? |
Trott
commented
Dec 17, 2018
@nodejs/backporters Any chance this can land? |
codebytere
commented
Dec 21, 2018
could we rerun ci here? the commit to fix failing ci has been landed so we should be ✅ if we rebase |
Move benchmark tests (which are slow) out of the main test suite. We can hopefully add them to node-daily-master so that they are still run daily on CI. Backport-PR-URL: #25049 PR-URL: #24265 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins
commented
Dec 21, 2018
As the busted test was a known regression I've gone ahead and landed in 5f649f6 |
Move benchmark tests (which are slow) out of the main test suite. We can hopefully add them to node-daily-master so that they are still run daily on CI. Backport-PR-URL: #25049 PR-URL: #24265 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Backport of #24265
Move benchmark tests (which are slow) out of the main test suite. We can
hopefully add them to node-daily-master so that they are still run daily
on CI.
PR-URL: #24265
Reviewed-By: Richard Lau riclau@uk.ibm.com
Reviewed-By: Colin Ihrig cjihrig@gmail.com
Reviewed-By: Michaël Zasso targos@protonmail.com
Reviewed-By: Joyee Cheung joyeec9h3@gmail.com
Reviewed-By: Refael Ackermann refack@gmail.com
Reviewed-By: James M Snell jasnell@gmail.com
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes