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 encoding: UTF-8
OS name: "linux", version: "5.15.0-1023-azure", arch: "amd64", family:
"unix"

Gary

On Tue, Dec 6, 2022, 19:18 Gilles Sadowski <gillese...@gmail.com> wrote:

> 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, Failures: 2, Errors: 0, Skipped: 7
> [...]
>
>
> Running
>   $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn
> -Dtest=CalendarUtilsTest test
> [... skipped ...]
> [INFO] Running org.apache.commons.lang3.time.CalendarUtilsTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.089 s - in org.apache.commons.lang3.time.CalendarUtilsTest
> [INFO]
> [INFO] Results:
> [INFO]
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> [...]
>
> Environment:
>   $ mvn -v
> Apache Maven 3.6.3
> Maven home: /usr/share/maven
> Java version: 11.0.16, vendor: Debian, runtime:
> /usr/lib/jvm/java-11-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.10.0-17-amd64", arch: "amd64", family: "unix"
>
> Regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to