]
Dan Berindei resolved ISPN-4740.
--------------------------------
Fix Version/s: 9.1.1.Final
Resolution: Out of Date
There are no recent failures in CI, closing.
Tests from org.infinispan.distribution package fail randomly on RHEL
--------------------------------------------------------------------
Key: ISPN-4740
URL:
https://issues.jboss.org/browse/ISPN-4740
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Reporter: Vojtech Juranek
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 9.1.1.Final
Following tests fail randomly on RHEL with IBM java 6:
{{DistSyncL1RepeatableReadFuncTest.testNonOwnerRetrievesValueFromBackupOwnerWhileWrite}}
with ([see
details|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FU...]):
{noformat}
java.lang.AssertionError: Entry for key [key-to-the-cache] should be in L1 on cache at
[DistSyncL1RepeatableReadFuncTest-NodeA-58335]!
at
org.infinispan.distribution.DistributionTestHelper.assertIsInL1(DistributionTestHelper.java:31)
at
org.infinispan.distribution.BaseDistFunctionalTest.assertIsInL1(BaseDistFunctionalTest.java:182)
at
org.infinispan.distribution.DistSyncL1FuncTest.testNonOwnerRetrievesValueFromBackupOwnerWhileWrite(DistSyncL1FuncTest.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}
and
{{DistSyncL1FuncTest.testGetAfterWriteAlreadyInvalidatedCurrentGet}} with ([see
details|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FU...])
{noformat}
java.lang.AssertionError: Entry for key [key-to-the-cache] should be in L1 on cache at
[DistSyncL1FuncTest-NodeA-7385]!
at
org.infinispan.distribution.DistributionTestHelper.assertIsInL1(DistributionTestHelper.java:31)
at
org.infinispan.distribution.BaseDistFunctionalTest.assertIsInL1(BaseDistFunctionalTest.java:182)
at
org.infinispan.distribution.BaseDistSyncL1Test.testGetAfterWriteAlreadyInvalidatedCurrentGet(BaseDistSyncL1Test.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}