[JBoss JIRA] (ISPN-3992) ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout fails randomly
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-3992?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes edited comment on ISPN-3992 at 8/3/17 12:43 PM:
------------------------------------------------------------------
This test just failed to me:
{noformat}
[ERROR] testBasicTargetLocalDistributedCallableWithHighFutureAndLowTaskTimeout(org.infinispan.distexec.ReplSyncDistributedExecutorTest) Time elapsed: 2.286 s <<< FAILURE!
java.lang.AssertionError: Should have thrown an class java.util.concurrent.TimeoutException
at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
{noformat}
was (Author: gustavonalle):
This just just failed to me:
{noformat}
[ERROR] testBasicTargetLocalDistributedCallableWithHighFutureAndLowTaskTimeout(org.infinispan.distexec.ReplSyncDistributedExecutorTest) Time elapsed: 2.286 s <<< FAILURE!
java.lang.AssertionError: Should have thrown an class java.util.concurrent.TimeoutException
at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
{noformat}
> ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout fails randomly
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-3992
> URL: https://issues.jboss.org/browse/ISPN-3992
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce, Test Suite - Core
> Affects Versions: 6.0.1.Final
> Reporter: Pedro Ruivo
> Labels: testsuite_stability
>
> org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> http://ci.infinispan.org/viewLog.html?buildId=6518&tab=buildResultsDiv&bu...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8175) LocalCacheStateTransferTest random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8175:
---------------------------------------
Summary: LocalCacheStateTransferTest random failures
Key: ISPN-8175
URL: https://issues.jboss.org/browse/ISPN-8175
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
{noformat}
[ERROR] testStateTransferWithClusterIdle(org.infinispan.xsite.statetransfer.LocalCacheStateTransferTest) Time elapsed: 0.698 s <<< FAILURE!
java.lang.AssertionError:
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
at org.testng.AssertJUnit.assertFalse(AssertJUnit.java:41)
at org.testng.AssertJUnit.assertFalse(AssertJUnit.java:49)
at org.infinispan.xsite.statetransfer.LocalCacheStateTransferTest.assertNoStateTransferInReceivingSite(LocalCacheStateTransferTest.java:147)
at org.infinispan.xsite.statetransfer.LocalCacheStateTransferTest.testStateTransferWithClusterIdle(LocalCacheStateTransferTest.java:96)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8174) LocalStreamIteratorWithPassivationTest random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8174:
---------------------------------------
Summary: LocalStreamIteratorWithPassivationTest random failures
Key: ISPN-8174
URL: https://issues.jboss.org/browse/ISPN-8174
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
{noformat}
[ERROR] testConcurrentActivationWithFilter[LOCAL, tx=false](org.infinispan.stream.LocalStreamIteratorWithPassivationTest) Time elapsed: 0.036 s <<< FAILURE!
org.infinispan.util.concurrent.TimeoutException: Couldn't retrieve entry an entry from store in allotted timeout: 10 unit: SECONDS
at org.infinispan.persistence.util.PersistenceManagerCloseableSupplier.get(PersistenceManagerCloseableSupplier.java:137)
at org.infinispan.persistence.util.PersistenceManagerCloseableSupplier.get(PersistenceManagerCloseableSupplier.java:32)
at org.infinispan.util.CloseableSuppliedIterator.getNext(CloseableSuppliedIterator.java:27)
at org.infinispan.util.CloseableSuppliedIterator.hasNext(CloseableSuppliedIterator.java:33)
at org.infinispan.util.DistinctKeyDoubleEntryCloseableIterator.hasNext(DistinctKeyDoubleEntryCloseableIterator.java:55)
at org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.tryAdvance(IteratorAsSpliterator.java:158)
at java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:294)
at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:206)
at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:169)
at java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(StreamSpliterators.java:300)
at java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)
at org.infinispan.commons.util.Closeables$IteratorAsCloseableIterator.hasNext(Closeables.java:115)
at org.infinispan.stream.LocalStreamIteratorWithPassivationTest.testConcurrentActivationWithFilter(LocalStreamIteratorWithPassivationTest.java:159)
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.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8169) DirectoryImplementerTests.testConfigureAsyncDeletes random failures
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8169?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8169:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master, 9.0.x and 8.2.x branches. Thanks [~gustavonalle]!
> DirectoryImplementerTests.testConfigureAsyncDeletes random failures
> -------------------------------------------------------------------
>
> Key: ISPN-8169
> URL: https://issues.jboss.org/browse/ISPN-8169
> Project: Infinispan
> Issue Type: Bug
> Components: Lucene Directory
> Affects Versions: 8.2.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Labels: testsuite_stability
> Fix For: 9.0.4.Final, 9.1.1.Final, 8.2.9.Final
>
>
> {noformat}
> java.lang.AssertionError:
> at org.infinispan.lucene.impl.DirectoryImplementerTests.testConfigureAsyncDeletes(DirectoryImplementerTests.java:131)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months