Roman Puchkovskiy created IGNITE-25050:
------------------------------------------
Summary: ItIndexNodeFinishedRwTransactionsCheckerTest is flaky
Key: IGNITE-25050
URL: https://issues.apache.org/jira/browse/IGNITE-25050
Project: Ignite
Issue Type: Bug
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
org.mockito.exceptions.misusing.UnfinishedStubbingException: Unfinished
stubbing detected here: -> at
org.apache.ignite.internal.index.ItIndexNodeFinishedRwTransactionsCheckerTest.awaitAddWriteCommittedForAnyMvPartitionStorage(ItIndexNodeFinishedRwTransactionsCheckerTest.java:294)
Looks like the problem is that the storage instance to which mock behavior is
added is null. We should not add mock behavior to null storages (they
correspond to missing partitions).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)