This is an automated email from the ASF dual-hosted git repository. mshuler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/master by this push: new 2225061 Run auth_join_ring_false_test (CASSANDRA-11381) on 2.2+ 2225061 is described below commit 2225061506fcef662bf64c69759fa6ddd4c1c9dc Author: Michael Shuler <mich...@pbandjelly.org> AuthorDate: Tue Jun 11 18:28:03 2019 -0500 Run auth_join_ring_false_test (CASSANDRA-11381) on 2.2+ These dtests fail on 2.1 for misconfiguration of cassandra.yaml and it appears that the commit was only made for 2.2+, so skip on 2.1 branch. --- auth_join_ring_false_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_join_ring_false_test.py b/auth_join_ring_false_test.py index 34e2b4b..71bc001 100644 --- a/auth_join_ring_false_test.py +++ b/auth_join_ring_false_test.py @@ -6,6 +6,7 @@ from cassandra.cluster import NoHostAvailable from dtest import Tester +@since('2.2') class TestAuth(Tester): --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org