[ https://issues.apache.org/jira/browse/SOLR-17278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843860#comment-17843860 ]
ASF subversion and git services commented on SOLR-17278: -------------------------------------------------------- Commit cc095cc176c838694f150d0e13dbf650924e955a in solr's branch refs/heads/branch_9x from Ishan Chattopadhyaya [ https://gitbox.apache.org/repos/asf?p=solr.git;h=cc095cc176c ] SOLR-17278: Skip broken timezones in the test > Timezone with DST=true and DST=0 fails test > ------------------------------------------- > > Key: SOLR-17278 > URL: https://issues.apache.org/jira/browse/SOLR-17278 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Ishan Chattopadhyaya > Priority: Major > Attachments: SOLR-17278-1.patch, SOLR-17278.patch > > > The TimeZoneUtilsTest#testValidIds() fails with some timezones that have > useDaylightTime() as true but getDSTSavings() returns 0. Such timezones can't > be converted to String using String.valueOf(). > Here's my JVM: > {code} > [ishan@deskmini solr] $ java -version > openjdk version "11.0.22" 2024-01-16 > OpenJDK Runtime Environment (Red_Hat-11.0.22.0.7-1) (build 11.0.22+7) > OpenJDK 64-Bit Server VM (Red_Hat-11.0.22.0.7-1) (build 11.0.22+7, mixed > mode, sharing) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org