[JBoss JIRA] (ISPN-8850) NPE in ConsistentHashV2IntegrationTest.cleanUp
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8850?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-8850:
-------------------------------------
This fails when run individually and during full suite.
> NPE in ConsistentHashV2IntegrationTest.cleanUp
> ----------------------------------------------
>
> Key: ISPN-8850
> URL: https://issues.jboss.org/browse/ISPN-8850
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 9.2.0.CR1
> Reporter: Adrian Nistor
> Assignee: Dan Berindei
> Attachments: infinispan-infinispan-client-hotrod.log
>
>
> {code}
> ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 293.915 s <<< FAILURE! - in TestSuite
> [ERROR] cleanUp(org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest) Time elapsed: 0.062 s <<< FAILURE!
> java.lang.NullPointerException
> at org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest.cleanUp(ConsistentHashV2IntegrationTest.java:102)
> 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:85)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
> at org.testng.TestRunner.afterRun(TestRunner.java:1023)
> at org.testng.TestRunner.run(TestRunner.java:628)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
> 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:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] ConsistentHashV2IntegrationTest.cleanUp:102 NullPointer
> [INFO]
> [ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8850) NPE in ConsistentHashV2IntegrationTest.cleanUp
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8850?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8850:
--------------------------------
Attachment: infinispan-infinispan-client-hotrod.log
> NPE in ConsistentHashV2IntegrationTest.cleanUp
> ----------------------------------------------
>
> Key: ISPN-8850
> URL: https://issues.jboss.org/browse/ISPN-8850
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 9.2.0.CR1
> Reporter: Adrian Nistor
> Assignee: Dan Berindei
> Attachments: infinispan-infinispan-client-hotrod.log
>
>
> {code}
> ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 293.915 s <<< FAILURE! - in TestSuite
> [ERROR] cleanUp(org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest) Time elapsed: 0.062 s <<< FAILURE!
> java.lang.NullPointerException
> at org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest.cleanUp(ConsistentHashV2IntegrationTest.java:102)
> 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:85)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
> at org.testng.TestRunner.afterRun(TestRunner.java:1023)
> at org.testng.TestRunner.run(TestRunner.java:628)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
> 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:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] ConsistentHashV2IntegrationTest.cleanUp:102 NullPointer
> [INFO]
> [ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8850) NPE in ConsistentHashV2IntegrationTest.cleanUp
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-8850:
-----------------------------------
Summary: NPE in ConsistentHashV2IntegrationTest.cleanUp
Key: ISPN-8850
URL: https://issues.jboss.org/browse/ISPN-8850
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Reporter: Adrian Nistor
Assignee: Dan Berindei
{code}
ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 293.915 s <<< FAILURE! - in TestSuite
[ERROR] cleanUp(org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest) Time elapsed: 0.062 s <<< FAILURE!
java.lang.NullPointerException
at org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest.cleanUp(ConsistentHashV2IntegrationTest.java:102)
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:85)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.TestRunner.afterRun(TestRunner.java:1023)
at org.testng.TestRunner.run(TestRunner.java:628)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
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:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ConsistentHashV2IntegrationTest.cleanUp:102 NullPointer
[INFO]
[ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8850) NPE in ConsistentHashV2IntegrationTest.cleanUp
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8850?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8850:
--------------------------------
Affects Version/s: 9.2.0.CR1
> NPE in ConsistentHashV2IntegrationTest.cleanUp
> ----------------------------------------------
>
> Key: ISPN-8850
> URL: https://issues.jboss.org/browse/ISPN-8850
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 9.2.0.CR1
> Reporter: Adrian Nistor
> Assignee: Dan Berindei
>
> {code}
> ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 293.915 s <<< FAILURE! - in TestSuite
> [ERROR] cleanUp(org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest) Time elapsed: 0.062 s <<< FAILURE!
> java.lang.NullPointerException
> at org.infinispan.client.hotrod.ConsistentHashV2IntegrationTest.cleanUp(ConsistentHashV2IntegrationTest.java:102)
> 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:85)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
> at org.testng.TestRunner.afterRun(TestRunner.java:1023)
> at org.testng.TestRunner.run(TestRunner.java:628)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
> 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:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] ConsistentHashV2IntegrationTest.cleanUp:102 NullPointer
> [INFO]
> [ERROR] Tests run: 3262, Failures: 1, Errors: 0, Skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8725) Document REST server changes
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8725?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8725:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.CR3
Resolution: Done
> Document REST server changes
> ----------------------------
>
> Key: ISPN-8725
> URL: https://issues.jboss.org/browse/ISPN-8725
> Project: Infinispan
> Issue Type: Task
> Components: Documentation-Servers
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.2.0.Final, 9.2.0.CR3
>
>
> Including:
> * MediaType config
> * MediaType negotiation
> * Standard formats supported: text, octet-stream, form-encoded, object
> * Transcoders: JSON, XML, Protostream
> * Query over REST
> * Different key types with extra headers
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month