Hi Igniters, Recently new unit tests suite was added to TC run chain, it is PDS unit test suite. See https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_IgnitePdsUnitTests and corresponding suite in code org.apache.ignite.testsuites.IgnitePdsUnitTestSuite
This suite contain JUnit4 styled unit tests. Such tests never start Ignite instance, but checks only one aspect/unit behaviour of PDS/Durable memory/etc. If it is required. tests may use Mockito to stub unnecessary Ignite context elements and provide required behaviour. There are no real cluster building and/or real HDD disk usage, and such tests are quite fast (each <5s to run) and each test is quite small. Suite code was recently merged to master with throttling changes. Now it contains only 9 tests, but I am sure it will became full of tests. Please feel free to add yours. Sincerely, Dmitriy Pavlov
