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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Ivan Pavlukhin created IGNITE-12037:
---------------------------------------

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


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)