Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CCA6B200CD2 for ; Thu, 13 Jul 2017 02:15:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB06216A3B8; Thu, 13 Jul 2017 00:15:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 202FD16A366 for ; Thu, 13 Jul 2017 02:15:24 +0200 (CEST) Received: (qmail 81175 invoked by uid 500); 13 Jul 2017 00:15:16 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 80565 invoked by uid 99); 13 Jul 2017 00:15:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2017 00:15:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63EBAF5554; Thu, 13 Jul 2017 00:15:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zznate@apache.org To: commits@cassandra.apache.org Date: Thu, 13 Jul 2017 00:15:26 -0000 Message-Id: <79048c5b16684d508261e8768a928aa9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/50] cassandra-dtest git commit: set max_version since deprecated repair methods are removed in 4.0 archived-at: Thu, 13 Jul 2017 00:15:26 -0000 set max_version since deprecated repair methods are removed in 4.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/b93fd831 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/b93fd831 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/b93fd831 Branch: refs/heads/master Commit: b93fd83170cb880155208be4a5b10a1e0ba041dc Parents: c17e011 Author: Yuki Morishita Authored: Fri Mar 17 17:45:10 2017 +0900 Committer: Joel Knighton Committed: Mon Apr 3 23:58:50 2017 -0500 ---------------------------------------------------------------------- repair_tests/deprecated_repair_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/b93fd831/repair_tests/deprecated_repair_test.py ---------------------------------------------------------------------- diff --git a/repair_tests/deprecated_repair_test.py b/repair_tests/deprecated_repair_test.py index 6ae0d09..4b33842 100644 --- a/repair_tests/deprecated_repair_test.py +++ b/repair_tests/deprecated_repair_test.py @@ -11,7 +11,7 @@ from tools.jmxutils import (JolokiaAgent, make_mbean, remove_perf_disable_shared_mem) -@since("2.2") +@since("2.2", max_version="4") class TestDeprecatedRepairAPI(Tester): """ @jira_ticket CASSANDRA-9570 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org