Uh oh!
There was an error while loading. Please reload this page.
test: check allowed port argument values - #14232
Conversation
sam-github
commented
Jul 14, 2017
Existing test only covered ports pass as options, add tests for argument behaviour to avoid regressions. Ref: nodejs#14205
a977400 to
c8cf0ceComparesam-github
commented
Jul 17, 2017
Landed in c8cf0ce |
MylesBorins
commented
Jul 17, 2017
This should not have landed. Our LTS contract for v4.x maintenance does not cover additional tests like this. Further the test was landed without the appropriate meta data. I am backing this out of v4.x-staging. |
A general inquiry regarding LTS So was backing this out just a "by the book" move? |
MylesBorins
commented
Jul 17, 2017
Backing this out was indeed a "by the book" move. We had closed and not landed other changes to tests in the v4.x branch in the past |
For consistency with 4.x and 8.x. This commit also contains a forward port of #14232 to confirm that 4.x and 6.x behave identically with respect to the port argument. PR-URL: #14234 Refs: #14205 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
For consistency with 4.x and 8.x. This commit also contains a forward port of #14232 to confirm that 4.x and 6.x behave identically with respect to the port argument. PR-URL: #14234 Refs: #14205 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
For consistency with 4.x and 8.x. This commit also contains a forward port of #14232 to confirm that 4.x and 6.x behave identically with respect to the port argument. PR-URL: #14234 Refs: #14205 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
For consistency with 4.x and 8.x. This commit also contains a forward port of nodejs#14232 to confirm that 4.x and 6.x behave identically with respect to the port argument. PR-URL: nodejs#14234 Refs: nodejs#14205 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
For consistency with 4.x and 8.x. This commit also contains a forward port of #14232 to confirm that 4.x and 6.x behave identically with respect to the port argument. Backport-PR-URL: #14234 PR-URL: #14234 Refs: #14205 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Existing test only covered ports pass as options, add tests for
argument behaviour to avoid regressions.
Ref: #14205
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)