Adjusted cqlshlib tests for CASSANDRA-6745

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

Branch: refs/heads/trunk
Commit: c3f40fd7b34e35a6438a2b06d78827173cd2eca4
Parents: 51220ff
Author: Mikhail Stepura <mish...@apache.org>
Authored: Thu Mar 13 13:27:26 2014 -0700
Committer: Mikhail Stepura <mish...@apache.org>
Committed: Thu Mar 13 13:27:26 2014 -0700

----------------------------------------------------------------------
 pylib/cqlshlib/test/test_cqlsh_output.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c3f40fd7/pylib/cqlshlib/test/test_cqlsh_output.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py 
b/pylib/cqlshlib/test/test_cqlsh_output.py
index f3e9b57..212f847 100644
--- a/pylib/cqlshlib/test/test_cqlsh_output.py
+++ b/pylib/cqlshlib/test/test_cqlsh_output.py
@@ -652,7 +652,7 @@ class TestCqlshOutput(BaseTestCase):
                 varcharcol text,
                 varintcol varint
             ) WITH bloom_filter_fp_chance = 0.01
-                AND caching = 'KEYS_ONLY'
+                AND caching = '{"keys":"ALL", "rows_per_partition":"NONE"}'
                 AND comment = ''
                 AND compaction = {'min_threshold': '4', 'class': 
'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 
'max_threshold': '32'}
                 AND compression = {'sstable_compression': 
'org.apache.cassandra.io.compress.LZ4Compressor'}
@@ -663,7 +663,6 @@ class TestCqlshOutput(BaseTestCase):
                 AND min_index_interval = 128
                 AND populate_io_cache_on_flush = false
                 AND read_repair_chance = 0.1
-                AND rows_per_partition_to_cache = '100'
                 AND speculative_retry = '99.0PERCENTILE';
 
         """ % quote_name(get_test_keyspace()))

Reply via email to