Closed
Description
Build scan: https://gradle-enterprise.elastic.co/s/plit7g4fdojhi/tests/
Repro line:
./gradlew ':server:test' \
--tests "org.elasticsearch.common.RoundingTests.testRandomTimeIntervalRounding" \
-Dtests.seed=DE09A1CC10383EB0 -Dtests.security.manager=true \
-Dtests.locale=ca-ES -Dtests.timezone=Etc/GMT+1 \
-Dcompiler.java=14 -Druntime.java=11
Reproduces locally?: No
Applicable branches: master
Failure excerpt:
Expected [148 MINUTES in America/Menominee] to \
round [2008-11-02T07:50:16.470Z] \
to [2008-11-02T06:56:00Z] but instead rounded \
to [2008-11-02T07:56:00Z]
at __randomizedtesting.SeedInfo.seed([DE09A1CC10383EB0:7D4B1688B8C503D4]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.elasticsearch.common.RoundingTests.testRandomTimeIntervalRounding(RoundingTests.java:410)