[
https://issues.apache.org/jira/browse/IGNITE-8183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549094#comment-16549094
]
ASF GitHub Bot commented on IGNITE-8183:
----------------------------------------
GitHub user dgarus opened a pull request:
https://github.com/apache/ignite/pull/4382
IGNITE-8183. fix 3
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dgarus/ignite ignte-8131_fix_3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4382.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 #4382
----
commit eed42a68a27f4f2388df96c04136938817a54c5f
Author: Garus Denis <garus.d.g@...>
Date: 2018-07-19T10:28:28Z
IGNITE-8183. fix 3
----
> ZookeeperDiscoverySpiTest#testSegmentation3 fails on TC and locally
> -------------------------------------------------------------------
>
> Key: IGNITE-8183
> URL: https://issues.apache.org/jira/browse/IGNITE-8183
> Project: Ignite
> Issue Type: Bug
> Components: zookeeper
> Reporter: Sergey Chugunov
> Assignee: Denis Garus
> Priority: Major
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.7
>
>
> Test fails with assertion on awaits on latch:
> {noformat}
> junit.framework.AssertionFailedError
> at junit.framework.Assert.fail(Assert.java:55)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.Assert.assertTrue(Assert.java:31)
> at junit.framework.TestCase.assertTrue(TestCase.java:201)
> at
> org.apache.ignite.spi.discovery.zk.internal.ZookeeperDiscoverySpiTest.testSegmentation3(ZookeeperDiscoverySpiTest.java:1060)
> 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.runTestInternal(GridAbstractTest.java:2080)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:140)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1995)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
> For some reason SEGMENTATION event is never fired, so assertion on latch
> fails. Investigation is needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)