module: use validateString in modules/esm#24868
module: use validateString in modules/esm#24868ZYSzys wants to merge 1 commit intonodejs:masterfrom zys-contrib:validator-string-esm
Conversation
|
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/19343/ |
|
@Trott It seems to be failed again.😅 Wondering what can I do for it ? |
|
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/ ✔️ |
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... |
|
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/ |
|
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>
|
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