Repository: cassandra-dtest Updated Branches: refs/heads/master d291b2b90 -> bed040c54
test_describecluster_more_information_three_datacenters only for 4.0 patch by Jay Zhuang; reviewed by Jason Brown for CASSANDRA-14484 Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/bed040c5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/bed040c5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/bed040c5 Branch: refs/heads/master Commit: bed040c543b25984d9bcaf87e597fc1315b59008 Parents: d291b2b Author: Jay Zhuang <[email protected]> Authored: Fri Jul 27 13:55:46 2018 -0700 Committer: Jay Zhuang <[email protected]> Committed: Sat Jul 28 21:44:51 2018 -0700 ---------------------------------------------------------------------- nodetool_test.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/bed040c5/nodetool_test.py ---------------------------------------------------------------------- diff --git a/nodetool_test.py b/nodetool_test.py index 457f0bf..d6446e9 100644 --- a/nodetool_test.py +++ b/nodetool_test.py @@ -330,6 +330,7 @@ class TestNodetool(Tester): else: self.fail("Expected error when setting and invalid value") + @since('4.0') def test_describecluster_more_information_three_datacenters(self): """ nodetool describecluster should be more informative. It should include detailes --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
