Bug 1022951

Summary: Intermittent failure in AsyncStoreTest
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Richard Janík <rjanik>
Component: ClusteringAssignee: Paul Ferraro <paul.ferraro>
Status: CLOSED NOTABUG QA Contact: Jitka Kozana <jkudrnac>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Infinispan testsuite
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-29 14:31:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Richard Janík 2013-10-24 10:44:36 UTC
Description of problem:

EAP 6.2.0.ER6
Infinispan 5.2.7.Final

There is an occasional failure in org.infinispan.loaders.decorators.AsyncStoreTest.testPutClearPut. I've only seen it once on RHEL with oracle jdk 7.

Error Message

testPutClearPut-k-176 still in store

Stacktrace

java.lang.AssertionError: testPutClearPut-k-176 still in store
	at org.infinispan.loaders.decorators.AsyncStoreTest.doTestRemove(AsyncStoreTest.java:424)
	at org.infinispan.loaders.decorators.AsyncStoreTest.testPutClearPut(AsyncStoreTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:46)
	at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:37)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)


https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-6x-infinispan-rhel-matrix/47/jdk=java17_default,label=RHEL6_x86/testReport/org.infinispan.loaders.decorators/AsyncStoreTest/testPutClearPut/

Comment 1 Richard Janík 2013-10-24 11:02:22 UTC
Might be related to https://bugzilla.redhat.com/show_bug.cgi?id=879569 .

Comment 3 Paul Ferraro 2014-08-29 14:31:04 UTC
Already fixed by ISPN-2547.