]
Dan Berindei resolved ISPN-3554.
--------------------------------
Fix Version/s: 9.0.0.CR2
Resolution: Done
The recent failures were fixed with ISPN-7522.
Tests from org.infinispan.persistence package fail on different
environments
----------------------------------------------------------------------------
Key: ISPN-3554
URL:
https://issues.jboss.org/browse/ISPN-3554
Project: Infinispan
Issue Type: Bug
Components: Core, Loaders and Stores
Affects Versions: 6.0.0.Beta1
Environment: Solaris{10,11}, Solaris Sparc{10, 11}, Windows{2008R2, 2012}
&& jdk6, RHEL{5, 6} && {x86_64, x64} && jdk6
Reporter: Vitalii Chepeliuk
Labels: testsuite_stability
Fix For: 9.0.0.CR2
Attachments: infinispan.log.zip, thread_dump_hunged_testsuite.log
Following 4 tests fails
org.infinispan.persistence.LocalModeNoPassivationTest.testEntrySetWithEvictedEntries
org.infinispan.persistence.LocalModeNoPassivationTest.testValuesWithEvictedEntries
org.infinispan.persistence.LocalModePassivationTest.testEntrySetWithEvictedEntries
org.infinispan.persistence.LocalModePassivationTest.testValuesWithEvictedEntries
You can see failing result from our jenkins
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
Please note, that the following test is also failing very often
org.infinispan.persistence.remote.RemoteStoreTest.testLoadAndStoreWithLifespanAndIdle.
Here the failure is mostly on Windows machines with JDK6. You can find the logs here:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
Yet another thing about these tests. Very often the testsuite hangs on the tests for
LocalModePassivationTest. The last test that is executed is:
testSizeWithEvictedEntries(org.infinispan.persistence.LocalModePassivationTest) and the
testsuite hangs on the execution of
testSizeWithEvictedEntriesAndFlags(org.infinispan.persistence.LocalModePassivationTest).
Unfortunatelly at the moment I cannot provide any logs, as the job abort doesn't do
the thread dump of the java process. As soon as I'll succeed in the log retrieval,
I'll attach also these logs.