[
https://issues.apache.org/jira/browse/IGNITE-8712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501971#comment-16501971
]
ASF GitHub Bot commented on IGNITE-8712:
----------------------------------------
GitHub user xtern opened a pull request:
https://github.com/apache/ignite/pull/4139
IGNITE-8712 Should wait until continuous query notifies all nodes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xtern/ignite IGNITE-8712
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4139.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 #4139
----
commit 58e03b744d879753760482e8af2477e62b00143c
Author: pereslegin-pa <xxtern@...>
Date: 2018-06-05T15:39:53Z
IGNITE-8712 Should wait until continuous query notifies all nodes.
----
> IgniteDataStructureUniqueNameTest#testUniqueNameMultithreaded fails sometimes
> in master.
> ----------------------------------------------------------------------------------------
>
> Key: IGNITE-8712
> URL: https://issues.apache.org/jira/browse/IGNITE-8712
> Project: Ignite
> Issue Type: Bug
> Components: data structures
> Affects Versions: 2.5
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Minor
> Labels: MakeTeamcityGreenAgain
>
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&buildTypeId=&tab=testDetails&testNameId=5920780021361517364&order=TEST_STATUS_DESC&branch_IgniteTests24Java8=%3Cdefault%3E&itemsCount=10
> Typical output:
> {noformat}
> junit.framework.AssertionFailedError: expected:<class
> org.apache.ignite.internal.processors.datastructures.GridCacheSetProxy> but
> was:<class
> org.apache.ignite.internal.processors.datastructures.GridCacheAtomicStampedImpl>
> at
> org.apache.ignite.internal.processors.cache.datastructures.IgniteDataStructureUniqueNameTest.testUniqueName(IgniteDataStructureUniqueNameTest.java:385)
> at
> org.apache.ignite.internal.processors.cache.datastructures.IgniteDataStructureUniqueNameTest.testUniqueNameMultithreaded(IgniteDataStructureUniqueNameTest.java:85)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)