-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: improve observable ICU behaviour coverage #42683
Conversation
Safety measure because ICU bumps are semver-patch
Related CI failures
|
My apologies, totally forgot to look at CI here at least once.
No idea what those have in common (maybe bug, maybe some settings disallowing that, maybe they want This failure should be caused by running in Worker thread, added check for that as well. |
Landed in edcc542 |
PR-URL: #42683 Refs: #42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42683 Refs: #42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42683 Refs: #42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42683 Refs: #42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42683 Refs: #42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs/node#42683 Refs: nodejs/node#42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Refs: #42440
Test for bundled
full-icu
and its intergation with Node.Starting from v70, it caches locale and ignores attempts to mutate
process.env
in runtime (for example, to normalizeDate
stringification). This test gives an example of observable results and tests if this behaviour is kept.Tests are performed for full-icu >=71.x.