Maxim Muzafarov created IGNITE-15355:
----------------------------------------
Summary: Test method corruptDataEntry works incorrecly for
in-memory and persistence caches
Key: IGNITE-15355
URL: https://issues.apache.org/jira/browse/IGNITE-15355
Project: Ignite
Issue Type: Test
Reporter: Maxim Muzafarov
Assignee: Maxim Muzafarov
Fix For: 2.12
There are several issues with the {{corruptDataEntry}} method wich are need to
be fixed:
- public package for org.apache.ignite.TestStorageUtils#corruptDataEntry needs
to change to internal
- duplicated code org.apache.ignite.TestStorageUtils#corruptDataEntry and
org.apache.ignite.util.GridCommandHandlerClusterByClassTest#corruptDataEntry
- corruptDataEntry can't be uses 'as is' for in-memory and persistence caches
since it has dependency at the {{applyUpdate}} which has meaning only for
persistence.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)