[infinispan-issues] [JBoss JIRA] (ISPN-3988) AsyncStoreTest.testPutClearPut fails randomly

Richard Janík (JIRA) issues at jboss.org
Thu Dec 10 09:32:00 EST 2015


    [ https://issues.jboss.org/browse/ISPN-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139730#comment-13139730 ] 

Richard Janík commented on ISPN-3988:
-------------------------------------

The same is true with Infinispan 8.0.1.Final. I caught it with RHEL6 and IBM jdk 1.8 while testing EAP. Here's a stacktrace:

{code}
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:84)
	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:522)
	at java.util.concurrent.FutureTask.run(FutureTask.java:277)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:785)
{code}

> AsyncStoreTest.testPutClearPut fails randomly
> ---------------------------------------------
>
>                 Key: ISPN-3988
>                 URL: https://issues.jboss.org/browse/ISPN-3988
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Core
>    Affects Versions: 6.0.1.Final, 8.0.1.Final
>            Reporter: Pedro Ruivo
>            Assignee: Dan Berindei
>              Labels: testsuite_stability
>
> org.infinispan.persistence.support.AsyncStoreTest.testPutClearPut
> http://ci.infinispan.org/viewLog.html?buildId=5946&tab=buildResultsDiv&buildTypeId=bt2



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list