| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Please thumbs up here if you are OK with fast tracking this and i will land it. |
Sorry, something went wrong.
Sorry, something went wrong.
It's probably a good idea to run the internet suite of tests to make sure they're green seeing as they're not run as part of the regular CI. |
Sorry, something went wrong.
Internet run: https://ci.nodejs.org/job/node-test-commit-custom-suites/138/ |
Sorry, something went wrong.
|
@Trott thanks for running those. I poked around CI when @richardlau mentioned running just one suite, and doing that was non-obvious. After consulting the collaborator guide it was still non-obvious. I know that due to my intermittent presence here, things can change. Is there any place this test suite is documented? After taking a look at the build job parameters it seems pretty straightforward. But, tbqh, I really didn't have any idea what to do when @richardlau mentioned it above. |
Sorry, something went wrong.
PR-URL: #21909 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Sorry, something went wrong.
PR-URL: #21909 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: nodejs#21909 (comment)
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: nodejs#21909 (comment) PR-URL: nodejs#21927 Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: #21909 (comment) PR-URL: #21927 Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
| Back | FazBrowse Home | New Git URL |
Currently when running the test without an internet connection the following error appears:
=== release test-dns-promises-resolve === Path: parallel/test-dns-promises-resolve (node:12455) ExperimentalWarning: The dns.promises API is experimental /opt/app-root/src/node/test/common/index.js:820 (err) => process.nextTick(() => { throw err; })); ^ Error: queryA ETIMEOUT example.org at QueryReqWrap.onresolve [as oncomplete] (internal/dns/promises.js:163:17) Command: out/Release/node /opt/app-root/src/node/test/parallel/test-dns-promises-resolve.js [06:30|% 100|+ 2354|- 1]: Done make[1]: *** [jstest] Error 1 make: *** [test] Error 2Checklist