Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.4k
test: move benchmark tests out of main test suite#24265
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Nov 9, 2018
Trott commented Nov 9, 2018
CI will eventually appear at: https://ci.nodejs.org/job/node-test-pull-request/18444/ |
richardlau commented Nov 9, 2018
Please could you add
Lines 1495 to 1506 in 83410d6
|
Trott commented Nov 9, 2018
Just saw that in the auto-run LinuxONE test and added a fixup commit. Will add |
richardlau commented Nov 9, 2018
If no one else does I'll try to later when I'm in the office. I suspect |
Trott commented Nov 9, 2018
That test is skipped on Windows precisely because we don't build the addon there. So I think it should work. |
Trott commented Nov 9, 2018
Merge conflict resolved. CI: https://ci.nodejs.org/job/node-test-pull-request/18462/ (I think...check Parameters once it's actually launched) |
joyeecheung left a comment • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!!
richardlau commented Nov 9, 2018
Currently building ⌛️. Small nit: add |
refack commented Nov 9, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
There is another less "churny" way to accomplish this (not exactly, but at least the goal of not running them with every CI job)- Keep them all in place, and just add them to https://github.com/nodejs/node/blob/master/test/root.status under Another option is to name the new suite |
richardlau commented Nov 9, 2018
Unfortunately for some reason I'm unable to build master/v11.x-staging (nothing to do with this PR). v10.x-staging does build, and I was able to validate that the |
Trott commented Nov 9, 2018
@refack I think having a Although your comment reminds me to remove these tests from |
Trott commented Nov 9, 2018
refack commented Nov 9, 2018
+1 on "functional directories", I'm just not sure about |
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.
Trott commented Nov 10, 2018
Rebased to resolve a merge conflict. CI: https://ci.nodejs.org/job/node-test-pull-request/18474/ |
codebytere commented Dec 14, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
@Trott do you think this could be backported to |
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
Trott commented Dec 14, 2018
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
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.
(If someone on Windows could test
vcbuild test-benchmark, that would be great.)Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes