[
https://issues.apache.org/jira/browse/IGNITE-27462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-27462:
---------------------------------------
Description:
Until recently, ItTxDistributedTestSingleNodeNoCleanupMessage was injecting its
specifics (namely, cleanups being dropped) by overriding
ReplicaListener#invoke() on PartitionReplicaListener.
Recently, while working on IGNITE-27458, it was discovered that
ReplicaListener#invoke() is not called anymore, hence injection of the test
specifics does not work. For this reason, the override of invoke() was removed
in IGNITE-27458.
We need to restore it by overriding the process() method.
was:IGNITE-27458
> Restore specifics of ItTxDistributedTestSingleNodeNoCleanupMessage
> ------------------------------------------------------------------
>
> Key: IGNITE-27462
> URL: https://issues.apache.org/jira/browse/IGNITE-27462
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Until recently, ItTxDistributedTestSingleNodeNoCleanupMessage was injecting
> its specifics (namely, cleanups being dropped) by overriding
> ReplicaListener#invoke() on PartitionReplicaListener.
> Recently, while working on IGNITE-27458, it was discovered that
> ReplicaListener#invoke() is not called anymore, hence injection of the test
> specifics does not work. For this reason, the override of invoke() was
> removed in IGNITE-27458.
> We need to restore it by overriding the process() method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)