[jira] [Commented] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-11-26 Thread Ignite TC Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16699873#comment-16699873
 ] 

Ignite TC Bot commented on IGNITE-9517:
---

{panel:title=Possible 
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}[Inspections] Core{color} [[tests 0 BuildFailureOnMetric 
|https://ci.ignite.apache.org/viewLog.html?buildId=2402377]]

{panel}
[TeamCity Run All 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2329142buildTypeId=IgniteTests24Java8_RunAll]

> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> -
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ilya Kasnacheev
>Assignee: Roman Shtykh
>Priority: Major
>  Labels: test
> Fix For: 2.8
>
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is 
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet 
> instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-11-26 Thread Roman Shtykh (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16699834#comment-16699834
 ] 

Roman Shtykh commented on IGNITE-9517:
--

[~ibessonov] [~dpavlov] Thank you!

> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> -
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ilya Kasnacheev
>Assignee: Roman Shtykh
>Priority: Major
>  Labels: test
> Fix For: 2.8
>
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is 
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet 
> instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-11-26 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16699030#comment-16699030
 ] 

ASF GitHub Bot commented on IGNITE-9517:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/5397


> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> -
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ilya Kasnacheev
>Assignee: Roman Shtykh
>Priority: Major
>  Labels: test
> Fix For: 2.8
>
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is 
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet 
> instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-11-26 Thread Ivan Bessonov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16698989#comment-16698989
 ] 

Ivan Bessonov commented on IGNITE-9517:
---

[~roman_s] changes look good, thank you!

> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> -
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ilya Kasnacheev
>Assignee: Roman Shtykh
>Priority: Major
>  Labels: test
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is 
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet 
> instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-11-16 Thread Roman Shtykh (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689135#comment-16689135
 ] 

Roman Shtykh commented on IGNITE-9517:
--

Tests looks ok (several flaky test).

> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> -
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ilya Kasnacheev
>Assignee: Roman Shtykh
>Priority: Major
>  Labels: test
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is 
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet 
> instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-11-14 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687541#comment-16687541
 ] 

ASF GitHub Bot commented on IGNITE-9517:


GitHub user shroman opened a pull request:

https://github.com/apache/ignite/pull/5397

IGNITE-9517: Replace uses of ConcurrentHashSet with GridConcurrentHas…

…hSet in tests.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shroman/ignite IGNITE-9517

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/5397.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 #5397


commit 981afa9ccd53bcd3db5e6e31eac7c63e44aebafb
Author: shroman 
Date:   2018-11-15T06:34:11Z

IGNITE-9517: Replace uses of ConcurrentHashSet with GridConcurrentHashSet 
in tests.




> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> -
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Ilya Kasnacheev
>Assignee: Roman Shtykh
>Priority: Major
>  Labels: test
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is 
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet 
> instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)