From dev-return-46845-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Fri Aug 2 12:22:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AE48D180654 for ; Fri, 2 Aug 2019 14:22:01 +0200 (CEST) Received: (qmail 76841 invoked by uid 500); 2 Aug 2019 12:22:01 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 76820 invoked by uid 99); 2 Aug 2019 12:22:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2019 12:22:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4D9F7E0C57 for ; Fri, 2 Aug 2019 12:22:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 07DC5213F7 for ; Fri, 2 Aug 2019 12:22:00 +0000 (UTC) Date: Fri, 2 Aug 2019 12:22:00 +0000 (UTC) From: "Ivan Pavlukhin (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-12037) Ignore tests in MVCC PDS 3 suite canonically MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)