You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2021/08/20 16:45:00 UTC

[jira] [Created] (IGNITE-15355) Test method corruptDataEntry works incorrecly for in-memory and persistence caches

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)