Hinted handoff setmaxwindow test should only run on versions >= 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/7f3566ad Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/7f3566ad Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/7f3566ad Branch: refs/heads/master Commit: 7f3566ad7b27b9caa8ceccb361b09e42113aa41b Parents: bea71d8 Author: Joel Knighton <[email protected]> Authored: Wed May 24 14:20:28 2017 -0500 Committer: Philip Thompson <[email protected]> Committed: Tue May 30 14:18:24 2017 +0200 ---------------------------------------------------------------------- hintedhandoff_test.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/7f3566ad/hintedhandoff_test.py ---------------------------------------------------------------------- diff --git a/hintedhandoff_test.py b/hintedhandoff_test.py index 1ed3305..6345e3c 100644 --- a/hintedhandoff_test.py +++ b/hintedhandoff_test.py @@ -121,6 +121,7 @@ class TestHintedHandoffConfig(Tester): self._do_hinted_handoff(node1, node2, True) + @since('4.0') def hintedhandoff_setmaxwindow_test(self): """ Test global hinted handoff against max_hint_window_in_ms update via nodetool --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
