Pavel Pereslegin created IGNITE-23619:
-----------------------------------------
Summary: Remove duplicated key-value tests
Key: IGNITE-23619
URL: https://issues.apache.org/jira/browse/IGNITE-23619
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
After IGNITE-16707 we have a lot of duplicate tests.
For example
{{KeyValueViewOperationsTest}} duplicates {{ItKeyValueViewApiTest}}
{{KeyValueBinaryViewOperationsTest}} duplicates {{ItKeyValueBinaryViewApiTest}}
etc
We need to clean up the code and remove all tests inherited from
{{TableKvOperationsTestBase}} (except {{TableKvOperationsMockedTest}}).
Note: If any tests were added (after IGNITE-16707) to the files to be removed,
they must be moved to the appropriate test suite before removal.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)