[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)
8 years, 4 months
[JBoss JIRA] (ISPN-8150) SingleFileStoreStressTest intermittent failure
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8150:
---------------------------------------
Summary: SingleFileStoreStressTest intermittent failure
Key: ISPN-8150
URL: https://issues.jboss.org/browse/ISPN-8150
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
{noformat}
testFileTruncation(org.infinispan.persistence.file.SingleFileStoreStressTest) Time elapsed: 0.063 sec <<< FAILURE!
java.lang.AssertionError:
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
at org.infinispan.persistence.file.SingleFileStoreStressTest.testFileTruncation(SingleFileStoreStressTest.java:245)
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)
8 years, 4 months
[JBoss JIRA] (ISPN-8149) RestAccessLoggingHandler should support X-Forwarded-For headers
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8149:
-------------------------------------
Summary: RestAccessLoggingHandler should support X-Forwarded-For headers
Key: ISPN-8149
URL: https://issues.jboss.org/browse/ISPN-8149
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 9.1.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.Final
Proxies and load balancers use the X-Forwarded-For header to preserve remote IP information. This should be reported in the access log instead of the network remote IP.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 4 months
[JBoss JIRA] (ISPN-8148) RestAccessLoggingHandler should support X-Forwarded-For headers
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8148:
-------------------------------------
Summary: RestAccessLoggingHandler should support X-Forwarded-For headers
Key: ISPN-8148
URL: https://issues.jboss.org/browse/ISPN-8148
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 9.1.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.Final
Proxies and load balancers use the X-Forwarded-For header to preserve remote IP information. This should be reported in the access log instead of the network remote IP.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 4 months
[JBoss JIRA] (ISPN-5170) MemcachedClusteredStatsTest.testSingleConnectionPerServer fails radomly on RHEL
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5170?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant closed ISPN-5170.
---------------------------------
Resolution: Out of Date
> MemcachedClusteredStatsTest.testSingleConnectionPerServer fails radomly on RHEL
> -------------------------------------------------------------------------------
>
> Key: ISPN-5170
> URL: https://issues.jboss.org/browse/ISPN-5170
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 7.1.0.CR1, 7.1.0.CR2
> Environment: RHEL
> Reporter: Vitalii Chepeliuk
> Assignee: Galder Zamarreño
> Labels: testsuite_stability
>
> {noformat}
> Error Message
> expected [2] but found [1]
> Stacktrace
> java.lang.AssertionError: expected [2] but found [1]
> 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:165)
> at org.infinispan.server.core.ConnectionStatsTest$.testGlobalConnections(ConnectionStatsTest.scala:45)
> at org.infinispan.server.memcached.MemcachedClusteredStatsTest.testSingleConnectionPerServer(MemcachedClusteredStatsTest.scala:38)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
> 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:334)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 4 months
[JBoss JIRA] (ISPN-5063) Karaf tests randomly fail, cannot start container
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5063?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant closed ISPN-5063.
---------------------------------
Resolution: Out of Date
> Karaf tests randomly fail, cannot start container
> -------------------------------------------------
>
> Key: ISPN-5063
> URL: https://issues.jboss.org/browse/ISPN-5063
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Reporter: Vojtech Juranek
> Labels: testsuite_stability
>
> Test fails with {{java.lang.RuntimeException: Problem starting container}}:
> {noformat}
> Caused by: java.io.EOFException
> at org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream.read(GzipCompressorInputStream.java:243)
> at java.io.InputStream.read(InputStream.java:101)
> at org.ops4j.pax.exam.karaf.container.internal.ArchiveExtractor.extractGzArchive(ArchiveExtractor.java:97)
> at org.ops4j.pax.exam.karaf.container.internal.ArchiveExtractor.extractTarGzDistribution(ArchiveExtractor.java:81)
> at org.ops4j.pax.exam.karaf.container.internal.ArchiveExtractor.extract(ArchiveExtractor.java:70)
> at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.start(KarafTestContainer.java:134)
> ... 13 more
> {noformat}
> See e.g. [this Jenkins job| https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 4 months
[JBoss JIRA] (ISPN-5171) HotRodServerTest.testValidateProtocolServerNullProperties fails randomly on IBM7
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5171?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant closed ISPN-5171.
---------------------------------
Resolution: Out of Date
> HotRodServerTest.testValidateProtocolServerNullProperties fails randomly on IBM7
> --------------------------------------------------------------------------------
>
> Key: ISPN-5171
> URL: https://issues.jboss.org/browse/ISPN-5171
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 7.1.0.CR1, 7.1.0.CR2
> Reporter: Vitalii Chepeliuk
> Labels: testsuite_stability
>
> {noformat}
> Error Message
> Address already in use
> Stacktrace
> java.net.BindException: Address already in use
> at sun.nio.ch.Net.bind0(Native Method)
> at sun.nio.ch.Net.bind(Net.java:567)
> at sun.nio.ch.Net.bind(Net.java:547)
> at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:259)
> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:86)
> at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:124)
> at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:476)
> at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
> at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:463)
> at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:448)
> at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
> at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:195)
> at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:338)
> at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:370)
> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
> at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
> at java.lang.Thread.run(Thread.java:853)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 4 months