Andrew Mashenkov created IGNITE-10361: -----------------------------------------
Summary: MTCGA: Remove duplicate tests. Key: IGNITE-10361 URL: https://issues.apache.org/jira/browse/IGNITE-10361 Project: Ignite Issue Type: Improvement Reporter: Andrew Mashenkov For now, Cache 3 suite on TC actually starts IgniteBinaryObjectsCacheTestSuite3. IgniteBinaryObjectsCacheTestSuite3 runs IgniteCacheTestSuite3 in binary mode and have 2 additional tests. - GridCacheBinaryAtomicEntryProcessorDeploymentSelfTest - GridCacheBinaryTransactionalEntryProcessorDeploymentSelfTest I've found these additional tests extends ones that are already in IgniteCacheTestSuite3, so some tests are run twice. Possible solution: 1. Exclude non-binary duplicates (from IgniteCacheTestSuite3) from run by adding to ignored tests collection. 2. Remove non-binary duplicates and merge binary and non-binary suite into one. -- This message was sent by Atlassian JIRA (v7.6.3#76005)