The build is failing on my machine due to a unit test failure:

-------------------------------------------------------------------------------
Test set: org.apache.jackrabbit.oak.segment.ReadOnlyStoreBlobReferencesTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.686
s <<< FAILURE! - in
org.apache.jackrabbit.oak.segment.ReadOnlyStoreBlobReferencesTest
collectReferencesAfterGC(org.apache.jackrabbit.oak.segment.ReadOnlyStoreBlobReferencesTest)
 Time elapsed: 0.504 s  <<< FAILURE!
java.lang.AssertionError: Read only store visible references different
expected:<0> but was:<1>
    at org.junit.Assert.fail(Assert.java:89)
    at org.junit.Assert.failNotEquals(Assert.java:835)
    at org.junit.Assert.assertEquals(Assert.java:647)
    at 
org.apache.jackrabbit.oak.segment.ReadOnlyStoreBlobReferencesTest.assertReferences(ReadOnlyStoreBlobReferencesTest.java:140)
    at 
org.apache.jackrabbit.oak.segment.ReadOnlyStoreBlobReferencesTest.collectReferencesAfterGC(ReadOnlyStoreBlobReferencesTest.java:98)
...

My env:
$ mvn -v
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: C:\Users\woonsan\apache-maven-3.9.6
Java version: 11.0.2, vendor: Oracle Corporation, runtime: C:\Java\jdk-11.0.2
Default locale: ko_KR, platform encoding: MS949
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

This might be an environment-specific issue. Any hint?

Thanks in advance,

Woonsan

On Thu, Apr 4, 2024 at 5:58 AM Julian Reschke
<julian.resc...@gmx.de.invalid> wrote:
>
> A candidate for the Jackrabbit Oak 1.62.0 release is available at:
>
>      https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.62.0/
>
> The release candidate is a zip archive of the sources in:
>
>       https://github.com/apache/jackrabbit-oak/tree/jackrabbit-oak-1.62.0/
>
> The SHA1 checksum of the archive is
> 3238901fc55a55103ae487601e5cb81463d7c2c1.
>
> A staged Maven repository is available for review at:
>
>      https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>      # run in SVN checkout of
> https://dist.apache.org/repos/dist/dev/jackrabbit
>      $ sh check-release.sh oak 1.62.0
> 3238901fc55a55103ae487601e5cb81463d7c2c1
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.62.0.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>      [ ] +1 Release this package as Apache Jackrabbit Oak 1.62.0
>      [ ] -1 Do not release this package because...
>
> Best regards, Julian

Reply via email to