[
https://issues.apache.org/jira/browse/IGNITE-26850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Werner updated IGNITE-26850:
-----------------------------------
Description:
The test on the master branch has a success rate of 45.8%.
[https://ci2.ignite.apache.org/test/2280541956682106228?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
The root cause of failures is that `idxRebuildPattern` doesn't account for the
fact that strings "Index: name=IDX_2, size=2." and "Index: name=IDX_1, size=2."
can appear in reverse order.
It needs to be stabilized.
was:
The test on the master branch has a success rate of 45.8%.
https://ci2.ignite.apache.org/test/2280541956682106228?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E
The root cause of failures is that `idxRebuildPattern` doesn't account for the
fact that strings "Index: name=IDX_2, size=2.*" and "Index: name=IDX_1,
size=2.*" can appear in reverse order.
It needs to be stabilized.
> Fix flaky RebuildIndexTest#testRebuildIndexWithLogging
> ------------------------------------------------------
>
> Key: IGNITE-26850
> URL: https://issues.apache.org/jira/browse/IGNITE-26850
> Project: Ignite
> Issue Type: Test
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Minor
>
> The test on the master branch has a success rate of 45.8%.
> [https://ci2.ignite.apache.org/test/2280541956682106228?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
> The root cause of failures is that `idxRebuildPattern` doesn't account for
> the fact that strings "Index: name=IDX_2, size=2." and "Index: name=IDX_1,
> size=2." can appear in reverse order.
> It needs to be stabilized.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)