[
https://issues.apache.org/jira/browse/IGNITE-12323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957988#comment-16957988
]
Amelchev Nikita commented on IGNITE-12323:
------------------------------------------
[~DmitriyGovorukhin], Hi.
Could you take a look at the test fix, please? Seems you merged it in the
IGNITE-8575 issue.
I have checked it [500
times|https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_BasicTestsWithPersistence&branch_IgniteTests24Java8=pull%2F7001%2Fhead&fromExperimentalUI=true&tab=buildTypeStatusDiv]
on TC.
> Test GridCommandHandlerTest. testBaselineAutoAdjustmentAutoRemoveNode is flaky
> ------------------------------------------------------------------------------
>
> Key: IGNITE-12323
> URL: https://issues.apache.org/jira/browse/IGNITE-12323
> Project: Ignite
> Issue Type: Test
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Minor
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Test {{GridCommandHandlerTest. testBaselineAutoAdjustmentAutoRemoveNode}} is
> flaky.
> The reason is that node stopping may be more than the auto adjust timeout.
> This cause assertion error on topology size check:
> {code:java}
> assertEquals(EXIT_CODE_OK, execute("--baseline", "auto_adjust",
> "enable", "timeout", "2000"));
> assertEquals(3, ignite.cluster().currentBaselineTopology().size());
> stopGrid(2); // May be more than 2 seconds
> assertEquals(3, ignite.cluster().currentBaselineTopology().size());
> // Fails.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)