[
https://issues.apache.org/jira/browse/IGNITE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699910#comment-16699910
]
Ignite TC Bot commented on IGNITE-10108:
----------------------------------------
{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=2402528]]
{color:#d04437}Cache 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2402498]]
* IgniteBinaryCacheTestSuite:
CacheAffinityCallSelfTest.testAffinityCallRestartNode - 0,0% fails in last 100
master runs.
{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests
6|https://ci.ignite.apache.org/viewLog.html?buildId=2402472]]
* ZookeeperDiscoverySpiTestSuite2: GridEventConsumeSelfTest.testAllEvents -
0,0% fails in last 100 master runs.
* ZookeeperDiscoverySpiTestSuite2: GridEventConsumeSelfTest.testNodeJoin - 0,0%
fails in last 100 master runs.
{panel}
[TeamCity Run All
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2402532&buildTypeId=IgniteTests24Java8_RunAll]
> Non-static class is passed between cluster nodes
> ------------------------------------------------
>
> Key: IGNITE-10108
> URL: https://issues.apache.org/jira/browse/IGNITE-10108
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Assignee: Roman Shtykh
> Priority: Major
> Fix For: 2.8
>
>
> Need to avoid passing anonymous classes on compute, because this lead to
> serialize whole test-class context.
> By the reason need to refactor that place
> {code}
> ignite.compute().withTimeout(5_000).broadcastAsync(new IgniteRunnable() {
> ...
> });
> {code}
> in method \{{GridCommonAbstractTest#manualCacheRebalancing}} into private
> static nested class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)