Thanks Dmitriy! Is it possible to start Ignite instance in the tests if
needed or is it only needed for basic isolated method tests?

D.

On Wed, Feb 7, 2018 at 6:24 AM, Dmitry Pavlov <dpavlov....@gmail.com> wrote:

> 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
>

Reply via email to