test: improve observable ICU behaviour coverage#42683
Merged
nodejs-github-bot merged 5 commits intonodejs:masterfrom May 5, 2022
Merged
test: improve observable ICU behaviour coverage#42683nodejs-github-bot merged 5 commits intonodejs:masterfrom
nodejs-github-bot merged 5 commits intonodejs:masterfrom
Conversation
jasnell
approved these changes
Apr 13, 2022
Collaborator
Safety measure because ICU bumps are semver-patch
Collaborator
This was referenced Apr 14, 2022
aduh95
approved these changes
Apr 29, 2022
Collaborator
Contributor
|
Related CI failures Details |
27 tasks
Collaborator
Member
Author
|
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. |
This was referenced May 1, 2022
Collaborator
This was referenced May 4, 2022
aduh95
approved these changes
May 5, 2022
Collaborator
|
Landed in edcc542 |
Merged
guangwong
pushed a commit
to noslate-project/node
that referenced
this pull request
Oct 10, 2022
PR-URL: nodejs/node#42683 Refs: nodejs/node#42440 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #42440
Test for bundled
full-icuand its intergation with Node.Starting from v70, it caches locale and ignores attempts to mutate
process.envin runtime (for example, to normalizeDatestringification). This test gives an example of observable results and tests if this behaviour is kept.Tests are performed for full-icu >=71.x.