Hello! I have reworked my change in three commits: https://github.com/apache/ignite/pull/3464
Part one is to delete some duplicate/unused tests and suites - IGNITE-8344 <https://issues.apache.org/jira/browse/IGNITE-8344> Part two is to rename abstract tests to *AbstractTest and load/performance tests to *LoadTest. We could skip this part but I think it will save a lot of time pondering why this or that test isn't in some suite - IGNITE-8345 <https://issues.apache.org/jira/browse/IGNITE-8345> And finally, I've added most of tests to corresponding suites. Tests that I couldn't put anywhere are either in "Lost and Found" suite or "Performance" suite. They're not supposed to be ran on TC, but still, I think, should be checked before releases to make sure they do anything. Or maybe delete some or most of those if they don't - IGNITE-7615 <https://issues.apache.org/jira/browse/IGNITE-7615> Hoping to have input from you. I think it's a good time to merge this commit, and then fix or remove all of those tests that won't pass, aiming for 2.6. I made sure that those tests don't hang suites and don't take too much time to complete. -- Ilya Kasnacheev