[ https://issues.apache.org/jira/browse/SOLR-17278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843854#comment-17843854 ]
Ishan Chattopadhyaya commented on SOLR-17278: --------------------------------------------- {code} 1168 WARN (TEST-TimeZoneUtilsTest.testValidIds-seed#[FC7EEBC60D14381D]) [n: c: s: r: x: t:] o.a.s.u.TimeZoneUtilsTest Not expecting DST to be 0 for Eastern European Standard Time (actual: Eastern European Standard Time) 1169 WARN (TEST-TimeZoneUtilsTest.testValidIds-seed#[FC7EEBC60D14381D]) [n: c: s: r: x: t:] o.a.s.u.TimeZoneUtilsTest Not expecting DST to be 0 for Eastern European Standard Time (actual: Eastern European Standard Time) {code} > 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