Uh oh!
There was an error while loading. Please reload this page.
module: use validateString in modules/esm - #24868
Conversation
trivikr
commented
Dec 8, 2018
Trott
commented
Dec 8, 2018
Trott
commented
Dec 9, 2018
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/19343/ |
ZYSzys
commented
Dec 9, 2018
@Trott It seems to be failed again.😅 Wondering what can I do for it ? |
Trott
commented
Dec 9, 2018
Yeah, turns out failures are likely relevant. Bug in this PR perhaps? |
@Trott the failure looks unrelated to me. The failures from the CI runs also differ, so it's another indicator that it's unrelated. The code change seems to be fine and the functionality should also be identical to the one before. Resumed CI https://ci.nodejs.org/job/node-test-commit/24157/ ✔️ |
Trott
commented
Dec 10, 2018
Failure on ARM w/gcc 6 was identical in both runs and appears to be related to module loading, so seems likely related to this PR. But yes, I could be wrong. Refs: https://ci.nodejs.org/job/node-test-commit-arm/20651/ |
Resume Build was successful, so I guess we're good. Although just to be sure... ARM CI: https://ci.nodejs.org/job/node-test-commit-arm/20687/ 😞
Argh, looks like this test is already flaky... |
Trott
commented
Dec 10, 2018
Maybe it's already flaky? Let's try the same thing, but on master branch: ARM CI: https://ci.nodejs.org/job/node-test-commit-arm/20690/ |
Trott
commented
Dec 10, 2018
Oh, yeah, already flaky. Here it is failing for #24924: https://ci.nodejs.org/job/node-test-commit-arm/20670/ |
PR-URL: nodejs#24868 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Trott
commented
Dec 10, 2018
Landed in d695a01. (Sorry for causing an unnecessary delay on landing this.) |
PR-URL: #24868 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: nodejs#24868 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24868 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24868 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24868 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Almost same as #24863 :)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes