[
https://issues.apache.org/jira/browse/IGNITE-22474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-22474:
-------------------------------------
Description:
After analyzing the code, I found that we are a little lacking in integration
tests for building indexes in situations with different numbers of nodes, for
example:
* We need to make sure that if a node is added when building an index, the
index will be successfully built on both nodes.
* We need to make sure that if one node fails while building the index, then
the index will be successfully built on the remaining nodes.
** Follower.
** One of majority.
** Primary replica.
* Other.
Where there are already basic tests:
* *org.apache.ignite.internal.index.ItBuildIndexTest*
* *org.apache.ignite.internal.index.ItBuildIndexOneNodeTest*
was:
After analyzing the code, I found that we are a little lacking in integration
tests for building indexes in situations with different numbers of nodes, for
example:
* We need to make sure that if a node is added when building an index, the
index will be successfully built on both nodes.
* We need to make sure that if one node fails while building the index, then
the index will be successfully built on the remaining nodes.
** Follower.
** One of majority.
** Primary replica.
* Other.
> Add integration tests for building indexes on different cluster topologies
> --------------------------------------------------------------------------
>
> Key: IGNITE-22474
> URL: https://issues.apache.org/jira/browse/IGNITE-22474
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
>
> After analyzing the code, I found that we are a little lacking in integration
> tests for building indexes in situations with different numbers of nodes, for
> example:
> * We need to make sure that if a node is added when building an index, the
> index will be successfully built on both nodes.
> * We need to make sure that if one node fails while building the index, then
> the index will be successfully built on the remaining nodes.
> ** Follower.
> ** One of majority.
> ** Primary replica.
> * Other.
> Where there are already basic tests:
> * *org.apache.ignite.internal.index.ItBuildIndexTest*
> * *org.apache.ignite.internal.index.ItBuildIndexOneNodeTest*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)