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

Ivan Straka (JIRA) issues at jboss.org
Thu Aug 25 05:26:01 EDT 2016


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

Ivan Straka commented on ISPN-3988:
-----------------------------------

Tests have failed again on 8.2.4.Final while testing EAP. They have been caught on Solaris 10 sparc, 11 sparc and RHEL6, 7

{code:java}
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testRepeatedPutClearPut() didn't finish within the time-out 30000
	at java.lang.Thread.sleep(Native Method)
	at java.lang.Thread.sleep(Thread.java:909)
	at org.infinispan.test.TestingUtil.sleepThread(TestingUtil.java:564)
	at org.infinispan.test.TestingUtil.sleepThread(TestingUtil.java:559)
	at org.infinispan.persistence.support.AsyncStoreTest$SlowAdvancedAsyncCacheWriter$1.get(AsyncStoreTest.java:87)
	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.doTestPut(AsyncStoreTest.java:347)
	at org.infinispan.persistence.support.AsyncStoreTest.testRepeatedPutClearPut(AsyncStoreTest.java:195)
	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:508)
	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}

{code:java}
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testRepeatedPutRemove() didn't finish within the time-out 30000
	at java.lang.Thread.sleep(Native Method)
	at java.lang.Thread.sleep(Thread.java:909)
	at org.infinispan.test.TestingUtil.sleepThread(TestingUtil.java:564)
	at org.infinispan.test.TestingUtil.sleepThread(TestingUtil.java:559)
	at org.infinispan.persistence.support.AsyncStoreTest$SlowAdvancedAsyncCacheWriter$1.get(AsyncStoreTest.java:87)
	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:364)
	at org.infinispan.persistence.support.AsyncStoreTest.testRepeatedPutRemove(AsyncStoreTest.java:156)
	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:508)
	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}


{code:java}
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testPutClearPut() didn't finish within the time-out 30000
	at java.lang.Thread.sleep(Native Method)
	at org.infinispan.test.TestingUtil.sleepThread(TestingUtil.java:564)
	at org.infinispan.test.TestingUtil.sleepThread(TestingUtil.java:559)
	at org.infinispan.persistence.support.AsyncStoreTest$SlowAdvancedAsyncCacheWriter$1.get(AsyncStoreTest.java:87)
	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.doTestClear(AsyncStoreTest.java:376)
	at org.infinispan.persistence.support.AsyncStoreTest.testPutClearPut(AsyncStoreTest.java:173)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
{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
>             Fix For: 8.1.0.Final
>
>
> 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