Re: [Lang] "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Gilles Sadowski
Le mer. 7 déc. 2022 à 10:04, sebb a écrit : > > This could be caused by tests occurring in random order. If there is a > test that changes the global locale, and fails to reset it, behaviour > will depend on when the failing test is run in relation to others. If > you still have the logs, try comp

Re: [Lang] "CalendarUtilsTest" fails, or not...

2022-12-07 Thread sebb
This could be caused by tests occurring in random order. If there is a test that changes the global locale, and fails to reset it, behaviour will depend on when the failing test is run in relation to others. If you still have the logs, try comparing the order of tests. On Wed, 7 Dec 2022 at 01:34,

Re: [Lang] "CalendarUtilsTest" fails, or not...

2022-12-06 Thread Gary Gregory
Interesting, the GH builds are green: https://github.com/apache/commons-lang/actions But the environment is different from yours: Maven home: /usr/share/apache-maven-3.8.6 Java version: 11.0.17, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-amd64 Default locale: en, platform enco

[Lang] "CalendarUtilsTest" fails, or not...

2022-12-06 Thread Gilles Sadowski
Hello. Running $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn test [... skipped ...] [ERROR] Failures: [ERROR] CalendarUtilsTest.testGetDayOfMonth:32 expected: <7> but was: <6> [ERROR] CalendarUtilsTest.testGetDayOfYear:37 expected: <341> but was: <340> [INFO] [ERROR] Tests run: 7330, Fa