Uh oh!
There was an error while loading. Please reload this page.
test: refactor test-dns-regress-6244.js - #13058
Conversation
* Move from parallel to internet because it performs a DNS query * Provide link to relevant issue in comments * Remove unnecessary explicit no-op function
Trott
commented
May 16, 2017
@nodejs/testing |
gibfahn
commented
May 16, 2017
My only issue with this would be that the internet tests don't get run very much, so moving to internet basically means ignoring. Of course if there's no feasible way to do this offline then we have no choice. |
Trott
commented
May 16, 2017
addaleax
commented
May 18, 2017
Landed in 47e3d00 |
* Move from parallel to internet because it performs a DNS query * Provide link to relevant issue in comments * Remove unnecessary explicit no-op function PR-URL: nodejs#13058 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
* Move from parallel to internet because it performs a DNS query * Provide link to relevant issue in comments * Remove unnecessary explicit no-op function PR-URL: nodejs#13058 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
MylesBorins
commented
Jun 23, 2017
This test does not pass on v6.x Please feel free to backport |
Trott
commented
Jun 23, 2017
@MylesBorins Are you sure? That's strange because this moves the test from parallel to internet which means |
gibfahn
commented
Jun 23, 2017
@Trott when backporting we normally run any tests that were changed, not just the ones that This fails as follows: ➜ nodegit:(v6.x-staging)✗❯tools/test.pytest/internet/test-dns-regress-6244.js~/wrk/com/DANGER/node===releasetest-dns-regress-6244===Path: internet/test-dns-regress-6244/Users/gib/wrk/com/DANGER/node/test/common/index.js:431
name: fn.name||'<anonymous>'^TypeError: Cannotreadproperty'name'ofundefinedatObject.exports.mustCall(/Users/gib/wrk/com/DANGER/node/test/common/index.js:431:13)atObject.<anonymous>(/Users/gib/wrk/com/DANGER/node/test/internet/test-dns-regress-6244.js:6:34)atModule._compile(module.js:570:32)atObject.Module._extensions..js(module.js:579:10)atModule.load(module.js:487:32)attryModuleLoad(module.js:446:12)atFunction.Module._load(module.js:438:3)atModule.runMain(module.js:604:10)atrun(bootstrap_node.js:389:7)atstartup(bootstrap_node.js:149:9)
Command: out/Release/node/Users/gib/wrk/com/DANGER/node/test/internet/test-dns-regress-6244.js[00:00|%100|+0|-1]: DoneGiven that the only code change in the pr is |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test dns