Re: Jenkins build is unstable: gora-trunk » Apache Gora :: Cassandra #364

2012-07-21 Thread Lewis John Mcgibbney
OK so I changed our nightly builds to run on any one of some 5 Ubuntu slaves. This is now failing on only 1 test [0] which is /testQueryWebPageQueryEmptyResults I have actually seen this error before InvalidRequestException(why:start key's md5 sorts after end key's md5. this is not allowed; you

Re: Jenkins build is unstable: gora-trunk » Apache Gora :: Cassandra #364

2012-07-21 Thread Kazuomi Kashii
It is because cassandra.yaml has: partitioner: org.apache.cassandra.dht.RandomPartitioner For key range query, it must be changed to: partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner I will be fixing it shortly. -Kaz On 7/21/12 4:52 AM, Lewis John Mcgibbney wrote: OK so I changed

Re: Jenkins build is unstable: gora-trunk » Apache Gora :: Cassandra #364

2012-07-21 Thread Lewis John Mcgibbney
OK Kaz Please revert my commit as you see fit. Thank you Lewis Out of curiosity, I wonder if you've run gora-cassandra against Keith Turner's goraci test suite[0]? I'm currently bringing the cassandra config up to date and will send him a pull request shortly. [0]