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 "Marcel Reutegger (Jira)" <ji...@apache.org> on 2022/08/04 11:52:00 UTC

[jira] [Created] (OAK-9879) FileCacheTest.getDifferentConcurrent() fails occasionally

Marcel Reutegger created OAK-9879:
-------------------------------------

             Summary: FileCacheTest.getDifferentConcurrent() fails occasionally
                 Key: OAK-9879
                 URL: https://issues.apache.org/jira/browse/OAK-9879
             Project: Jackrabbit Oak
          Issue Type: Task
          Components: blob-plugins
            Reporter: Marcel Reutegger


The test sometimes fails with
{noformat}
java.lang.AssertionError: expected:<2> 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.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.jackrabbit.oak.plugins.blob.FileCacheTest.assertCacheStats(FileCacheTest.java:566)
	at org.apache.jackrabbit.oak.plugins.blob.FileCacheTest.getDifferentConcurrent(FileCacheTest.java:267)
{noformat}

I can reproduce locally when running the test repeatedly. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)