[
https://issues.apache.org/jira/browse/IGNITE-12037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Pavlukhin updated IGNITE-12037:
------------------------------------
Reviewer: Andrew Mashenkov
> 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)