Github user michaelsembwever commented on a diff in the pull request:
https://github.com/apache/cassandra-dtest/pull/19#discussion_r169173002
--- Diff: auth_join_ring_false_test.py ---
@@ -0,0 +1,212 @@
+import pytest
+import logging
+
+from cassandra import AuthenticationFailed, Unauthorized
+from cassandra.cluster import NoHostAvailable
+
+from dtest import Tester
+
+
+class TestAuth(Tester):
+
+
+ def test_login_existing_node(self):
+ """
+ * Launch a three node cluster
+ * Restart the third node in `join_ring=false` mode
+ * Connect as the default user/password
+ * Verify that default user w/ bad password gives
AuthenticationFailed exception
+ * Verify that bad user gives AuthenticationFailed exception
+ #"""
--- End diff --
oops. fixed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]