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
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,
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
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