Uh oh!
There was an error while loading. Please reload this page.
test: add util inspect null getter test - #27884
Conversation
addaleax
commented
May 26, 2019
@mihan007 Could you take a look at the linter failures? |
mihan007
commented
May 26, 2019
@addaleax fixed |
nodejs-github-bot
commented
May 26, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failure: Completely unrelated to the PR, I guess? |
nodejs-github-bot
commented
May 28, 2019
ryzokuken
commented
May 29, 2019
The tests pass but there's a... performance regression? |
Trott
commented
May 29, 2019
@ryzokuken Can you elaborate on that? I'm not sure what you're referring to but I am certainly curious. |
ryzokuken
commented
May 29, 2019
@Trott according to https://ci.nodejs.org/job/node-test-commit/28968/, all tests passed, but https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1604_sharedlibs_debug_x64/13006/testReport/junit/(root)/test/sequential_test_performance/ reports a performance regression. |
Trott
commented
May 30, 2019
Ah! test-performance isn't a performance regression test. It's a test of the |
ryzokuken
commented
May 30, 2019
@Trott I see! Sorry for misunderstanding. |
Trott
commented
May 30, 2019
No worries! The only reason I know that is because I made the same exact mistake in the past! The test might benefit from being renamed |
ryzokuken
commented
May 30, 2019
@Trott I could make a PR 🤷♂ |
Rename test-performance to test-perf-hooks to better match its function Refs: nodejs#27884 (comment)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
May 30, 2019
PR-URL: nodejs#27884 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Trott
commented
May 30, 2019
Landed in 1dbf276 |
Trott
commented
May 30, 2019
Thanks for the contribution! 🎉 (If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.) |
PR-URL: #27884 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Rename test-performance to test-perf-hooks to better match its function Refs: #27884 (comment) PR-URL: #27969 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Rename test-performance to test-perf-hooks to better match its function Refs: #27884 (comment) PR-URL: #27969 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes