Restrict size estimates multi-dc test to run on 3.0.11+
Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/3cf276e9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/3cf276e9 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/3cf276e9 Branch: refs/heads/master Commit: 3cf276e966f253a49df91293a1a0b46620192c59 Parents: f69ced0 Author: Joel Knighton <[email protected]> Authored: Mon Jun 19 16:40:14 2017 -0500 Committer: Joel Knighton <[email protected]> Committed: Mon Jun 19 16:40:14 2017 -0500 ---------------------------------------------------------------------- topology_test.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/3cf276e9/topology_test.py ---------------------------------------------------------------------- diff --git a/topology_test.py b/topology_test.py index 7604ebe..15827f3 100644 --- a/topology_test.py +++ b/topology_test.py @@ -31,6 +31,7 @@ class TestTopology(Tester): node1.stop(gently=False) + @since('3.0.11') def size_estimates_multidc_test(self): """ Test that primary ranges are correctly generated on --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
