Re: Unit testing of persistence & durable memory

2018-02-08 Thread Dmitry Pavlov
Hi Dmitriy, This suite is needed for isolated methods tests and classes tests. Because Ignite became not only in-memory solution, persistence enabled integration tests were introduced also. These disk-enabled tests and/or tests with a number of node startup-shutdown may require sufficient time

Re: Unit testing of persistence & durable memory

2018-02-07 Thread Dmitriy Setrakyan
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 wrote: > Hi Igniters, > > Recently new unit tests suite was added to TC run chain, it is