[JBoss JIRA] (ISPN-8156) ConditionalOperationsConcurrentWriteSkewStressTest random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8156:
---------------------------------------
Summary: ConditionalOperationsConcurrentWriteSkewStressTest random failures
Key: ISPN-8156
URL: https://issues.jboss.org/browse/ISPN-8156
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
{noformat}
testReplace[DIST_SYNC](org.infinispan.api.ConditionalOperationsConcurrentWriteSkewStressTest) Time elapsed: 0.036 sec <<< FAILURE!
java.lang.AssertionError: 2 threads assume a successful replacement! (CAS should succeed on a single thread only)
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.infinispan.api.ConditionalOperationsConcurrentTest.testOnCaches(ConditionalOperationsConcurrentTest.java:134)
at org.infinispan.api.ConditionalOperationsConcurrentTest.testReplace(ConditionalOperationsConcurrentTest.java:98)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8155) SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8155:
---------------------------------------
Summary: SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
Key: ISPN-8155
URL: https://issues.jboss.org/browse/ISPN-8155
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
{noformat}
testExecutorTriConsumerTimeoutException on SingleClusterExecutorTest{ local = true}(org.infinispan.manager.SingleClusterExecutorTest) Time elapsed: 1.049 sec <<< FAILURE!
java.lang.AssertionError: Should have thrown an class java.util.concurrent.ExecutionException
at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
at org.infinispan.test.Exceptions.expectExecutionException(Exceptions.java:136)
at org.infinispan.manager.AllClusterExecutorTest$17.call(AllClusterExecutorTest.java:390)
at org.infinispan.test.TestingUtil.withCacheManagers(TestingUtil.java:1474)
at org.infinispan.manager.AllClusterExecutorTest.testExecutorTriConsumerTimeoutException(AllClusterExecutorTest.java:376)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8154) AllClusterExecutorExecutionPolicyTest.runTest random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8154:
---------------------------------------
Summary: AllClusterExecutorExecutionPolicyTest.runTest random failures
Key: ISPN-8154
URL: https://issues.jboss.org/browse/ISPN-8154
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
{noformat}
runTest on org.infinispan.manager.AllClusterExecutorExecutionPolicyTest(a)d4c88aa(org.infinispan.manager.AllClusterExecutorExecutionPolicyTest) Time elapsed: 0.015 sec <<< FAILURE!
java.lang.AssertionError: expected:<24> but was:<23>
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
at org.infinispan.manager.AllClusterExecutorExecutionPolicyTest.runTest(AllClusterExecutorExecutionPolicyTest.java:116)
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)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
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:748)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8153) RehashClusterListenerTest random failures for SCATTERED_SYNC
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8153:
---------------------------------------
Summary: RehashClusterListenerTest random failures for SCATTERED_SYNC
Key: ISPN-8153
URL: https://issues.jboss.org/browse/ISPN-8153
Project: Infinispan
Issue Type: Bug
Reporter: Gustavo Fernandes
{noformat}
testOtherNodeBecomingBackupFromNotAnOwner[SCATTERED_SYNC](org.infinispan.notifications.cachelistener.cluster.RehashClusterListenerTest) Time elapsed: 0.161 sec <<< FAILURE!
java.lang.AssertionError:
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:229)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:211)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:187)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:521
at org.infinispan.notifications.cachelistener.cluster.RehashClusterListenerTest.testOtherNodeBecomingBackupFromNotAnOwner(RehashClusterListenerTest.java:137)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8152) ConcurrentStartWithReplTest.testSequence2 random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8152:
---------------------------------------
Summary: ConcurrentStartWithReplTest.testSequence2 random failures
Key: ISPN-8152
URL: https://issues.jboss.org/browse/ISPN-8152
Project: Infinispan
Issue Type: Feature Request
Components: Core
Reporter: Gustavo Fernandes
{noformat}
testSequence2(org.infinispan.distribution.ConcurrentStartWithReplTest) Time elapsed: 0.049 sec <<< FAILURE!
testSequence2(org.infinispan.distribution.ConcurrentStartWithReplTest) Time elapsed: 0.049 sec <<< FAILURE!
org.infinispan.util.concurrent.TimeoutException: Timed out waiting for topology 6
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:259)
at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1327)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1793)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:282)
at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:358)
at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:655)
at org.infinispan.distribution.ConcurrentStartWithReplTest.doTest(ConcurrentStartWithReplTest.java:140)
at org.infinispan.distribution.ConcurrentStartWithReplTest.testSequence2(ConcurrentStartWithReplTest.java:78)
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)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-6904) NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut fails
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6904?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6904:
------------------------------------
Labels: testsuite_stability (was: )
> NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut fails
> -------------------------------------------------------------------
>
> Key: ISPN-6904
> URL: https://issues.jboss.org/browse/ISPN-6904
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Sebastian Łaskawiec
> Assignee: Pedro Ruivo
> Priority: Critical
> Labels: testsuite_stability
>
> http://ci.infinispan.org/viewLog.html?buildId=41289&tab=buildResultsDiv&b...
> {code}
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:282)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:274)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.doTest(NonTxPrimaryOwnerLeavingTest.java:114)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut(NonTxPrimaryOwnerLeavingTest.java:51)
> 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:497)
> 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)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> 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)
> ------- Stdout: -------
> [TestSuiteProgress] Test starting: org.infinispan.distribution.groups.GroupsDistAsyncFuncTest.testBasicDistribution
> [TestSuiteProgress] Test starting: org.infinispan.distribution.rehash.TxNonL1StateTransferOverwriteTest.testStateTransferInBetweenPrepareCommitMultipleEntryWithPutIfAbsent
> [TestSuiteProgress] Test starting: org.infinispan.distribution.groups.GroupsChFunctionalTest.testBasicDistribution
> [TestSuiteProgress] Test starting: org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut
> [TestSuiteProgress] Test starting: org.infinispan.distribution.groups.TransactionalGetGroupKeysTest.testGetKeyInGroupWithConcurrentActivation
> [TestSuiteProgress] Test failed: org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut
> 07:06:52,685 ERROR (testng-NonTxPrimaryOwnerLeavingTest) [TestSuiteProgress] Test failed: org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:282)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:274)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.doTest(NonTxPrimaryOwnerLeavingTest.java:114)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut(NonTxPrimaryOwnerLeavingTest.java:51)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[TestSuiteProgress] Tests succeeded: 129, failed: 1, skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-6904) NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut fails
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6904?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6904:
------------------------------------
Affects Version/s: 9.1.0.Final
> NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut fails
> -------------------------------------------------------------------
>
> Key: ISPN-6904
> URL: https://issues.jboss.org/browse/ISPN-6904
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Sebastian Łaskawiec
> Assignee: Pedro Ruivo
> Priority: Critical
> Labels: testsuite_stability
>
> http://ci.infinispan.org/viewLog.html?buildId=41289&tab=buildResultsDiv&b...
> {code}
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:282)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:274)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.doTest(NonTxPrimaryOwnerLeavingTest.java:114)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut(NonTxPrimaryOwnerLeavingTest.java:51)
> 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:497)
> 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)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> 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)
> ------- Stdout: -------
> [TestSuiteProgress] Test starting: org.infinispan.distribution.groups.GroupsDistAsyncFuncTest.testBasicDistribution
> [TestSuiteProgress] Test starting: org.infinispan.distribution.rehash.TxNonL1StateTransferOverwriteTest.testStateTransferInBetweenPrepareCommitMultipleEntryWithPutIfAbsent
> [TestSuiteProgress] Test starting: org.infinispan.distribution.groups.GroupsChFunctionalTest.testBasicDistribution
> [TestSuiteProgress] Test starting: org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut
> [TestSuiteProgress] Test starting: org.infinispan.distribution.groups.TransactionalGetGroupKeysTest.testGetKeyInGroupWithConcurrentActivation
> [TestSuiteProgress] Test failed: org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut
> 07:06:52,685 ERROR (testng-NonTxPrimaryOwnerLeavingTest) [TestSuiteProgress] Test failed: org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:282)
> at org.testng.AssertJUnit.assertNull(AssertJUnit.java:274)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.doTest(NonTxPrimaryOwnerLeavingTest.java:114)
> at org.infinispan.distribution.rehash.NonTxPrimaryOwnerLeavingTest.testPrimaryOwnerLeavingDuringPut(NonTxPrimaryOwnerLeavingTest.java:51)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[TestSuiteProgress] Tests succeeded: 129, failed: 1, skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-7988) ScatteredSyncFuncTest>DistSyncFuncTest.testComputeIfAbsentFromNonOwner fails with trace logging enabled
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-7988?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-7988:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.Final
9.1.1.Final
Resolution: Done
> ScatteredSyncFuncTest>DistSyncFuncTest.testComputeIfAbsentFromNonOwner fails with trace logging enabled
> -------------------------------------------------------------------------------------------------------
>
> Key: ISPN-7988
> URL: https://issues.jboss.org/browse/ISPN-7988
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Reporter: Dan Berindei
> Assignee: Radim Vansa
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.2.0.Final, 9.1.1.Final
>
>
> Every time I run the test I get this failure twice, with the same test parameters:
> {noformat}
> testComputeIfAbsentFromNonOwner[SCATTERED_SYNC, tx=false, numOwners=1, l1=false](org.infinispan.scattered.ScatteredSyncFuncTest) Time elapsed: 0.159 sec <<< FAILURE!
> java.lang.AssertionError: expected [1] but found [0]
> at org.testng.Assert.fail(Assert.java:94)
> at org.testng.Assert.failNotEquals(Assert.java:494)
> at org.testng.Assert.assertEquals(Assert.java:123)
> at org.testng.Assert.assertEquals(Assert.java:370)
> at org.testng.Assert.assertEquals(Assert.java:380)
> at org.infinispan.scattered.Utils.assertOwnershipAndNonOwnership(Utils.java:49)
> at org.infinispan.scattered.ScatteredSyncFuncTest.assertOwnershipAndNonOwnership(ScatteredSyncFuncTest.java:20)
> at org.infinispan.distribution.BaseDistFunctionalTest.assertOnAllCachesAndOwnership(BaseDistFunctionalTest.java:162)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-7162) SiteManualSwitchTest random failures
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-7162?page=com.atlassian.jira.plugin.... ]
Dan Berindei resolved ISPN-7162.
--------------------------------
Fix Version/s: 9.2.0.Final
9.1.1.Final
Resolution: Done
Fixed with ISPN-5476
> SiteManualSwitchTest random failures
> ------------------------------------
>
> Key: ISPN-7162
> URL: https://issues.jboss.org/browse/ISPN-7162
> Project: Infinispan
> Issue Type: Bug
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.2.0.Final, 9.1.1.Final
>
>
> The hotrod-client X-site tests can't run concurrently because all join the same RELAY2 bridge cluster:
> {noformat}
> 23:00:03,696 DEBUG (Incoming-1,global,_SiteManualSwitchTest-NodeA-9028:LON:[]) [GMS] _SiteManualSwitchTest-NodeA-9028:LON: installing view [_SiteManualSwitchTest-NodeA-9028:LON|2] (3) [_SiteManualSwitchTest-NodeA-9028:LON, _SiteDownFailoverTest-NodeA-45170:LON, _SiteManualSwitchTest-NodeC-31279:NYC]
> {noformat}
> This means some writes end up backed up to the wrong site, leading to failures like this:
> {noformat}
> 23:00:23,966 ERROR (testng-SiteManualSwitchTest) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.xsite.SiteManualSwitchTest.testManualClusterSwitch java.lang.AssertionError: expected:<1> but was:<2> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:170) at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:177) at org.infinispan.client.hotrod.xsite.AbstractHotRodSiteFailoverTest.assertSiteHit(AbstractHotRodSiteFailoverTest.java:147) at org.infinispan.client.hotrod.xsite.SiteManualSwitchTest.assertSingleSiteHit(SiteManualSwitchTest.java:47) at org.infinispan.client.hotrod.xsite.SiteManualSwitchTest.testManualClusterSwitch(SiteManualSwitchTest.java:33)
> {noformat}
> {noformat}
> 00:35:31,372 ERROR (testng-SiteManualSwitchTest:[]) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.xsite.SiteManualSwitchTest.testManualClusterSwitch
> java.lang.AssertionError: expected:<0> but was:<1>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252) ~[testng-6.8.8.jar:?]
> at org.infinispan.client.hotrod.xsite.AbstractHotRodSiteFailoverTest.lambda$null$47(AbstractHotRodSiteFailoverTest.java:126) ~[test-classes/:?]
> at org.infinispan.client.hotrod.xsite.AbstractHotRodSiteFailoverTest$$Lambda$651/559455232.accept(Unknown Source) ~[?:?]
> at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_45]
> at org.infinispan.client.hotrod.xsite.AbstractHotRodSiteFailoverTest.lambda$assertNoHits$48(AbstractHotRodSiteFailoverTest.java:123) ~[test-classes/:?]
> at org.infinispan.client.hotrod.xsite.AbstractHotRodSiteFailoverTest$$Lambda$650/2126831304.accept(Unknown Source) ~[?:?]
> at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_45]
> at org.infinispan.client.hotrod.xsite.AbstractHotRodSiteFailoverTest.assertNoHits(AbstractHotRodSiteFailoverTest.java:122) ~[test-classes/:?]
> at org.infinispan.client.hotrod.xsite.SiteManualSwitchTest.testManualClusterSwitch(SiteManualSwitchTest.java:29) ~[test-classes/:?]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months