[JBoss JIRA] (ISPN-9281) Netty Epoll checker should handle ClassNotFoundException
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-9281:
-------------------------------------
Summary: Netty Epoll checker should handle ClassNotFoundException
Key: ISPN-9281
URL: https://issues.jboss.org/browse/ISPN-9281
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Affects Versions: 9.2.4.Final, 9.3.0.CR1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.3.0.Final, 9.2.5.Final
The poll checking code should catch ClassNotFoundException when netty-transport-native-epoll is not on the classpath
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9266) StrongCounterAPITest.testAdd fails intermittently
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9266?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9266:
------------------------------
Fix Version/s: 9.3.0.Final
> StrongCounterAPITest.testAdd fails intermittently
> -------------------------------------------------
>
> Key: ISPN-9266
> URL: https://issues.jboss.org/browse/ISPN-9266
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Test Suite - Server
> Reporter: Tristan Tarrant
> Assignee: Pedro Ruivo
> Fix For: 9.3.0.Final
>
>
> testAdd
> java.lang.AssertionError: expected:<20> but was:<30> at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:142) at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:36) at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:64) at org.infinispan.client.hotrod.counter.StrongCounterAPITest.testAdd(StrongCounterAPITest.java:52) at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... Removed 23 stack frames
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9219) WeakCounterAPITest.testAdd random failures
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9219?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9219:
------------------------------
Sprint: Sprint 9.3.0.Final
> WeakCounterAPITest.testAdd random failures
> ------------------------------------------
>
> Key: ISPN-9219
> URL: https://issues.jboss.org/browse/ISPN-9219
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter
> Affects Versions: 9.3.0.Beta1
> Reporter: Dan Berindei
> Assignee: Pedro Ruivo
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.3.0.Final
>
>
> The exact assertion message and stack trace varies:
> {noformat}
> java.lang.AssertionError: expected:<0> but was:<-40>
> java.lang.AssertionError: expected:<0> but was:<-20>
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:62)
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:27)
> at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:68)
> at org.infinispan.client.hotrod.counter.WeakCounterAPITest.testAdd(WeakCounterAPITest.java:31)
> java.lang.AssertionError: expected:<20> but was:<40>
> java.lang.AssertionError: expected:<20> but was:<30>
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:62)
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:27)
> at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:65)
> at org.infinispan.client.hotrod.counter.WeakCounterAPITest.testAdd(WeakCounterAPITest.java:31)
> {noformat}
> https://ci.infinispan.org/job/Infinispan/job/master/630/
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9266) StrongCounterAPITest.testAdd fails intermittently
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9266?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9266:
------------------------------
Sprint: Sprint 9.3.0.Final
> StrongCounterAPITest.testAdd fails intermittently
> -------------------------------------------------
>
> Key: ISPN-9266
> URL: https://issues.jboss.org/browse/ISPN-9266
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Test Suite - Server
> Reporter: Tristan Tarrant
> Assignee: Pedro Ruivo
>
> testAdd
> java.lang.AssertionError: expected:<20> but was:<30> at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:142) at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:36) at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:64) at org.infinispan.client.hotrod.counter.StrongCounterAPITest.testAdd(StrongCounterAPITest.java:52) at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... Removed 23 stack frames
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9266) StrongCounterAPITest.testAdd fails intermittently
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9266?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9266:
------------------------------
Status: Open (was: New)
> StrongCounterAPITest.testAdd fails intermittently
> -------------------------------------------------
>
> Key: ISPN-9266
> URL: https://issues.jboss.org/browse/ISPN-9266
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Test Suite - Server
> Reporter: Tristan Tarrant
> Assignee: Pedro Ruivo
>
> testAdd
> java.lang.AssertionError: expected:<20> but was:<30> at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:142) at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:36) at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:64) at org.infinispan.client.hotrod.counter.StrongCounterAPITest.testAdd(StrongCounterAPITest.java:52) at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... Removed 23 stack frames
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9219) WeakCounterAPITest.testAdd random failures
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9219?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9219:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6047
Failures caused by Functional commands retries. It should be fixed by ISPN-7590
> WeakCounterAPITest.testAdd random failures
> ------------------------------------------
>
> Key: ISPN-9219
> URL: https://issues.jboss.org/browse/ISPN-9219
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter
> Affects Versions: 9.3.0.Beta1
> Reporter: Dan Berindei
> Assignee: Pedro Ruivo
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.3.0.Final
>
>
> The exact assertion message and stack trace varies:
> {noformat}
> java.lang.AssertionError: expected:<0> but was:<-40>
> java.lang.AssertionError: expected:<0> but was:<-20>
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:62)
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:27)
> at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:68)
> at org.infinispan.client.hotrod.counter.WeakCounterAPITest.testAdd(WeakCounterAPITest.java:31)
> java.lang.AssertionError: expected:<20> but was:<40>
> java.lang.AssertionError: expected:<20> but was:<30>
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:62)
> at org.infinispan.server.hotrod.counter.impl.WeakCounterImplTestStrategy.assertCounterValue(WeakCounterImplTestStrategy.java:27)
> at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:65)
> at org.infinispan.client.hotrod.counter.WeakCounterAPITest.testAdd(WeakCounterAPITest.java:31)
> {noformat}
> https://ci.infinispan.org/job/Infinispan/job/master/630/
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9266) StrongCounterAPITest.testAdd fails intermittently
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9266?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9266:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6047
Failures caused by Functional commands retries. It should be fixed by ISPN-7590
> StrongCounterAPITest.testAdd fails intermittently
> -------------------------------------------------
>
> Key: ISPN-9266
> URL: https://issues.jboss.org/browse/ISPN-9266
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Test Suite - Server
> Reporter: Tristan Tarrant
> Assignee: Pedro Ruivo
>
> testAdd
> java.lang.AssertionError: expected:<20> but was:<30> at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:142) at org.infinispan.server.hotrod.counter.impl.StrongCounterImplTestStrategy.add(StrongCounterImplTestStrategy.java:36) at org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.testAdd(BaseCounterImplTest.java:64) at org.infinispan.client.hotrod.counter.StrongCounterAPITest.testAdd(StrongCounterAPITest.java:52) at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... Removed 23 stack frames
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months