Skip to content
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

CLDR-17949 hotfix for random ICU timezone breakage #4050

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Sep 13, 2024

CLDR-17949

ICU is returning random zones that don't resolve… work around it so CLDR can merge PRs…

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

@@ -2032,6 +2032,10 @@ public void TestMetazones() {
ImmutableSet.of("America/Montreal", "Asia/Barnaul", "Asia/Tomsk", "Europe/Kirov");
for (String timezoneRaw : TimeZone.getAvailableIDs()) {
String timezone = TimeZone.getCanonicalID(timezoneRaw);
if (timezone.equals("Etc/Unknown")) {
System.err.println("CLDR-17949: Skipping " + timezone + " for raw " + timezoneRaw);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we do this with logKnownIssue? But approving anyway to get things unblocked.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, yes, but was just trying to get unblocked

@pedberg-icu
Copy link
Contributor

Can't merge yet, tests not finished, and I am done for the evening

@pedberg-icu pedberg-icu merged commit 2b2e8c5 into unicode-org:main Sep 13, 2024
13 checks passed
@pedberg-icu
Copy link
Contributor

Actually I was able to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants