Author: kazk
Date: Sat Jul 21 12:44:29 2012
New Revision: 1364074

URL: http://svn.apache.org/viewvc?rev=1364074&view=rev
Log:
Fixes GORA-157 testQueryWebPageQueryEmptyResults by using 
ByteOrderedPartitioner instead of RandomPartitioner

Modified:
    gora/trunk/gora-cassandra/src/test/conf/cassandra.yaml

Modified: gora/trunk/gora-cassandra/src/test/conf/cassandra.yaml
URL: 
http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/src/test/conf/cassandra.yaml?rev=1364074&r1=1364073&r2=1364074&view=diff
==============================================================================
--- gora/trunk/gora-cassandra/src/test/conf/cassandra.yaml (original)
+++ gora/trunk/gora-cassandra/src/test/conf/cassandra.yaml Sat Jul 21 12:44:29 
2012
@@ -57,7 +57,8 @@ authority: org.apache.cassandra.auth.All
 #
 # See http://wiki.apache.org/cassandra/Operations for more on
 # partitioners and token selection.
-partitioner: org.apache.cassandra.dht.RandomPartitioner
+# partitioner: org.apache.cassandra.dht.RandomPartitioner
+partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner
 
 # directories where Cassandra should store data on disk.
 data_file_directories:


Reply via email to