Nikolay Izhikov created IGNITE-5866:
---------------------------------------
Summary: JettyRestProcessorUnsignedSelfTest and JettyRestProcessorSignedSelfTest fails on master
Key: IGNITE-5866
URL:
https://issues.apache.org/jira/browse/IGNITE-5866 Project: Ignite
Issue Type: Bug
Components: clients
Affects Versions: 2.1
Reporter: Nikolay Izhikov
Assignee: Nikolay Izhikov
Fix For: 2.2
JettyRestProcessorSignedSelfTest and JettyRestProcessorUnsignedSelfTest fails on master
when run whole test class.
If run single method both tests succeed.
testMetadataLocal:
{noformat}
junit.framework.AssertionFailedError: expected:<5> but was:<6>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.Assert.assertEquals(Assert.java:241)
at junit.framework.TestCase.assertEquals(TestCase.java:409)
at org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest.testMetadataLocal(JettyRestProcessorAbstractSelfTest.java:1127)
{noformat}
testMetadataRemote
{noformat}
junit.framework.AssertionFailedError: expected:<6> but was:<7>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.Assert.assertEquals(Assert.java:241)
at junit.framework.TestCase.assertEquals(TestCase.java:409)
at org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest.testMetadataRemote(JettyRestProcessorAbstractSelfTest.java:1174)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)