Ivan Zlenko created IGNITE-27072:
------------------------------------
Summary: Refactor CheckpointerTest
Key: IGNITE-27072
URL: https://issues.apache.org/jira/browse/IGNITE-27072
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Zlenko
CheckpointerTest has some major flaws where we verify behavior of components by
loosely following what classes related to Checkpointer actually doing.
The example here is mock for CheckpointWorkflow which doing only one
finalization operation compared to what actual class is doing.
It is better to have simpler stub version for testing instead of mock here
which will correctly mimic original class.
This will lead to redesign of some of the tests which expect incorrect logic.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)