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 <[email protected]> Authored: Fri Mar 17 17:45:10 2017 +0900 Committer: Joel Knighton <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
