Hi Yahan,
Your CL does not seem to change anything related to this test, so I suppose it is either flaky or some recent ICU roll broke it.
Today is a bank holiday in Germany, but I will have a better look tomorrow.
Best,
Victor
not ok 660 parallel/test-datetime-change-notify
---
duration_ms: 0.161
severity: fail
exitcode: 1
stack: |-
node:assert:1021
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Irish/. Input:
'11/1/2021, 6:18:16 AM Greenwich Mean Time'
at Object.<anonymous> (/b/s/w/ir/cache/builder/node-ci/node/test/parallel/test-datetime-change-notify.js:36:10)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1147:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '11/1/2021, 6:18:16 AM Greenwich Mean Time',
expected: /Irish/,
operator: 'match'
}
Node.js v17.0.0-pre
...