GitHub user aealeksandrov opened a pull request:
https://github.com/apache/ignite/pull/3714 IGNITE-8065 setSwapPath option used with enabled persistence was removed from some tests
Some of PDS indexing tests became red after IGNITE-7902
The reason is that some tests enable both swap and persistence at the same time for a data region.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-8065
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3714.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3714
----
commit c5da4faed55d225f7d07219a912cb82fe5dc6425
Author: Andrei Aleksandrov <aealexsandrov@...>
Date: 2018-03-28T16:16:16Z
IGNITE-8065 setSwapPath option used with enabled persistence was removed from some tests
----
---