You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Pavlukhin (JIRA)" <ji...@apache.org> on 2019/08/02 13:38:00 UTC

[jira] [Commented] (IGNITE-12037) Ignore tests in MVCC PDS 3 suite canonically

    [ https://issues.apache.org/jira/browse/IGNITE-12037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16898894#comment-16898894 ] 

Ivan Pavlukhin commented on IGNITE-12037:
-----------------------------------------

[TC run|https://ci.ignite.apache.org/viewLog.html?buildId=4453686&buildTypeId=IgniteTests24Java8_MvccPds3] with ignored tests.

> Ignore tests in MVCC PDS 3 suite canonically
> --------------------------------------------
>
>                 Key: IGNITE-12037
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12037
>             Project: Ignite
>          Issue Type: Task
>          Components: mvcc
>            Reporter: Ivan Pavlukhin
>            Assignee: Ivan Pavlukhin
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently tests in IgnitePdsMvccTestSuite3 are ignored using following construction:
> {code}
> // TODO https://issues.apache.org/jira/browse/IGNITE-11937
> ignoredTests.add(IgnitePdsContinuousRestartTest.class);
> ignoredTests.add(IgnitePdsContinuousRestartTestWithExpiryPolicy.class);
> {code}
> But IgnitePdsContinuousRestartTestWithExpiryPolicy is already ignored (as ExpiryPolicy is not supported for MVCC caches). And it worth to ignore tests in IgnitePdsContinuousRestartTest explicitly so they will be listed as ignored tests after execution.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)