You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2014/08/08 20:17:05 UTC

git commit: Fix test/system/test_thrift_server.py

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-1.2 266f6b7b5 -> b2dcaf269


Fix test/system/test_thrift_server.py


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

Branch: refs/heads/cassandra-1.2
Commit: b2dcaf269a17acaf9755a14f867844efb56f48e7
Parents: 266f6b7
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Fri Aug 8 21:16:55 2014 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Fri Aug 8 21:16:55 2014 +0300

----------------------------------------------------------------------
 test/system/test_thrift_server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b2dcaf26/test/system/test_thrift_server.py
----------------------------------------------------------------------
diff --git a/test/system/test_thrift_server.py b/test/system/test_thrift_server.py
index dbbc1bf..7655958 100644
--- a/test/system/test_thrift_server.py
+++ b/test/system/test_thrift_server.py
@@ -1222,7 +1222,7 @@ class TestMutations(ThriftTester):
 
     def test_describe_keyspace(self):
         kspaces = client.describe_keyspaces()
-        assert len(kspaces) == 5, kspaces # ['Keyspace2', 'Keyspace1', 'system', 'system_traces', 'system_auth']
+        assert len(kspaces) == 4, kspaces # ['Keyspace2', 'Keyspace1', 'system', 'system_traces']
 
         sysks = client.describe_keyspace("system")
         assert sysks in kspaces