You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/07/16 11:20:00 UTC

[jira] [Created] (OAK-9499) PersistentRedisCacheTest: Test failures

Konrad Windszus created OAK-9499:
------------------------------------

             Summary: PersistentRedisCacheTest: Test failures
                 Key: OAK-9499
                 URL: https://issues.apache.org/jira/browse/OAK-9499
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Konrad Windszus


I run into the following test failures with the last trunk (https://github.com/apache/jackrabbit-oak/commit/563b834754a1a34f254434f01f7b04626b27374f)
in module {{oak-segment-remote}}

{code}
[ERROR] Tests run: 5, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 9.281 s <<< FAILURE! - in org.apache.jackrabbit.oak.segment.remote.persistentcache.PersistentRedisCacheTest
[ERROR] testExisting(org.apache.jackrabbit.oak.segment.remote.persistentcache.PersistentRedisCacheTest)  Time elapsed: 1.558 s  <<< FAILURE!
java.lang.AssertionError: containsSegment failed expected:<0> but was:<750>

[ERROR] writeAndReadManySegments(org.apache.jackrabbit.oak.segment.remote.persistentcache.PersistentRedisCacheTest)  Time elapsed: 5.962 s  <<< FAILURE!
java.lang.AssertionError: Wait timeout reached

[ERROR] testConcurrentWritesSameSegment(org.apache.jackrabbit.oak.segment.remote.persistentcache.PersistentRedisCacheTest)  Time elapsed: 0.333 s  <<< FAILURE!
java.lang.AssertionError: The segment was not found
{code}

This happens reproducibly with 
{code}
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /usr/local/Cellar/maven/3.8.1/libexec
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
Default locale: en_DE, platform encoding: UTF-8
OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)