Bug 1255696

Summary: AsyncStoreTest times out
Product: [JBoss] JBoss Data Grid 6 Reporter: Vojtech Juranek <vjuranek>
Component: TestSuiteAssignee: Martin Gencur <mgencur>
Status: NEW --- QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5.1CC: jdg-bugs, ttarrant
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vojtech Juranek 2015-08-21 11:05:59 UTC
times out randomly (spot e.g. on IBM JDK 1.8) with

org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testRepeatedPutRemove() didn't finish within the time-out 30000
	at java.lang.Thread.yield(Native Method)
	at org.infinispan.persistence.support.AsyncStoreTest$SlowAdvancedAsyncCacheWriter$1.get(AsyncStoreTest.java:84)
	at org.infinispan.persistence.async.State.get(State.java:60)
	at org.infinispan.persistence.async.AsyncCacheLoader.load(AsyncCacheLoader.java:34)
	at org.infinispan.persistence.support.AsyncStoreTest.doTestRemove(AsyncStoreTest.java:361)
	at org.infinispan.persistence.support.AsyncStoreTest.testRepeatedPutRemove(AsyncStoreTest.java:153)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:507)
	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:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:267)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618)
	at java.lang.Thread.run(Thread.java:785)

Comment 3 JBoss JIRA Server 2016-08-25 09:39:30 UTC
Ivan Straka <istraka> updated the status of jira ISPN-3988 to Reopened