Build scan:
https://gradle-enterprise.elastic.co/s/h7kmtpcgqm4mi
Repro line:
./gradlew ':server:test' --tests "org.elasticsearch.cluster.metadata.DateMathExpressionResolverTests.testExpression_CustomTimeZoneInIndexName" -Dtests.seed=9E38B51CB7D2E6F -Dtests.locale=es-CO -Dtests.timezone=Europe/Ulyanovsk -Druntime.java=11
Reproduces locally?:
Yes
Applicable branches:
master
Failure excerpt:
2> java.time.DateTimeException: Zone offset minutes and seconds must be negative because hours is negative
at __randomizedtesting.SeedInfo.seed([9E38B51CB7D2E6F:99FD35C51101D220]:0)
at java.base/java.time.ZoneOffset.validate(ZoneOffset.java:373)
at java.base/java.time.ZoneOffset.ofHoursMinutesSeconds(ZoneOffset.java:317)
at java.base/java.time.ZoneOffset.ofHoursMinutes(ZoneOffset.java:300)
at org.elasticsearch.cluster.metadata.DateMathExpressionResolverTests.testExpression_CustomTimeZoneInIndexName(DateMathExpressionResolverTests.java:140)
Build scan:
https://gradle-enterprise.elastic.co/s/h7kmtpcgqm4mi
Repro line:
./gradlew ':server:test' --tests "org.elasticsearch.cluster.metadata.DateMathExpressionResolverTests.testExpression_CustomTimeZoneInIndexName" -Dtests.seed=9E38B51CB7D2E6F -Dtests.locale=es-CO -Dtests.timezone=Europe/Ulyanovsk -Druntime.java=11Reproduces locally?:
Yes
Applicable branches:
master
Failure excerpt: