You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jk...@apache.org on 2017/11/16 19:30:15 UTC

cassandra-dtest git commit: Fix create syntax for users table

Repository: cassandra-dtest
Updated Branches:
  refs/heads/master ac0ce6044 -> d67fd6625


Fix create syntax for users table

patch by Joel Knighton; reviewed by Jeff Jirsa for CASSANDRA-14025


Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/d67fd662
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/d67fd662
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/d67fd662

Branch: refs/heads/master
Commit: d67fd66253ebb8aabc7d90d7ff048a4c9a2ff2cf
Parents: ac0ce60
Author: Joel Knighton <jk...@apache.org>
Authored: Thu Nov 16 11:18:59 2017 -0600
Committer: Joel Knighton <jk...@apache.org>
Committed: Thu Nov 16 13:16:41 2017 -0600

----------------------------------------------------------------------
 consistency_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/d67fd662/consistency_test.py
----------------------------------------------------------------------
diff --git a/consistency_test.py b/consistency_test.py
index 40c794d..b0c4936 100644
--- a/consistency_test.py
+++ b/consistency_test.py
@@ -173,7 +173,7 @@ class TestHelper(Tester):
             )"""
 
         if requires_local_reads:
-            create_cmd += " AND " + self.get_local_reads_properties()
+            create_cmd += " WITH " + self.get_local_reads_properties()
 
         session.execute(create_cmd)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org