[
https://issues.apache.org/jira/browse/IGNITE-22251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-22251:
-------------------------------------
Description:
After adding new system views for disaster recovery, only tests from
*org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest* began to fail,
because the constant
*org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest#TABLE_ID* is
used and this is not correct since it can easily change, you need to take it
honestly from the catalog or in another way.
See *@Disabled* in *ItIgniteNodeRestartTest* and TODO.
was:
After adding new system views for disaster recovery, only one tests from
*org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest* began to fail,
judging by the initial analysis, the problem was due to the use of both
*org.apache.ignite.internal.BaseIgniteRestartTest#startNode(int)* (regular
ignite node starts) and
*org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest#startPartialNode*
({color:#DE350B}NOT{color} regular ignite node starts), which differ in the
number of components and the order in which they are launched.
See *@Disabled* in *ItIgniteNodeRestartTest*.
> Fix tests in ItIgniteNodeRestartTest after adding new system views
> ------------------------------------------------------------------
>
> Key: IGNITE-22251
> URL: https://issues.apache.org/jira/browse/IGNITE-22251
> Project: Ignite
> Issue Type: Bug
> Reporter: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
>
> After adding new system views for disaster recovery, only tests from
> *org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest* began to
> fail, because the constant
> *org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest#TABLE_ID* is
> used and this is not correct since it can easily change, you need to take it
> honestly from the catalog or in another way.
> See *@Disabled* in *ItIgniteNodeRestartTest* and TODO.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)