[
https://issues.apache.org/jira/browse/IGNITE-10731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16724136#comment-16724136
]
ASF GitHub Bot commented on IGNITE-10731:
-----------------------------------------
GitHub user BiryukovVA opened a pull request:
https://github.com/apache/ignite/pull/5694
IGNITE-10731
IgniteCacheReplicatedQuerySelfTest.testNodeLeft fixed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BiryukovVA/ignite IGNITE-10731
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5694.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5694
----
commit d8c73230e2262aa548adb5cf60a0d1c31692c254
Author: Vitaliy Biryukov <biryukovvitaliy92@...>
Date: 2018-12-18T14:44:34Z
IGNITE-10731: IgniteCacheReplicatedQuerySelfTest.testNodeLeft fixed.
----
> ZookeeperDiscoverySpiTestSuite4:
> IgniteCacheReplicatedQuerySelfTest.testNodeLeft fails
> --------------------------------------------------------------------------------------
>
> Key: IGNITE-10731
> URL: https://issues.apache.org/jira/browse/IGNITE-10731
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.7
> Reporter: Vitaliy Biryukov
> Assignee: Vitaliy Biryukov
> Priority: Major
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.8
>
>
> {noformat}
> junit.framework.AssertionFailedError:
> Expected :0
> Actual :312
> <Click to see difference>
> 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.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest.testNodeLeft(IgniteCacheReplicatedQuerySelfTest.java:348)
> 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 junit.framework.TestCase.runTest(TestCase.java:176)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest.access$001(GridAbstractTest.java:151)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest$6.evaluate(GridAbstractTest.java:2102)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridAbstractTest.java:2117)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)