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] https://github.com/keith-turner/goraci/ On Sat, Jul 21, 2012 at 1:36 PM, Kazuomi Kashii <[email protected]> wrote: > 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 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 probably should not specify end key at all, >> under RandomPartitioner) >> >> Was it intentional to exclude this test from being overriden just now >> Kaz? From seeing the others (which have been overrideen) I would also >> expect this one to fall into that category just now. We need to >> initiate a discussion to find common ground between datastores >> regarding how Gora treats various query and delete semantics. >> >> Thanks have a great weekend >> Lewis >> >> [0] >> https://builds.apache.org/view/G-L/view/Gora/job/gora-trunk/364/org.apache.gora$gora-cassandra/testReport/org.apache.gora.cassandra.store/TestCassandraStore/testQueryWebPageQueryEmptyResults/ >> >> On Sat, Jul 21, 2012 at 12:44 PM, Apache Jenkins Server >> <[email protected]> wrote: >>> See >>> <https://builds.apache.org/job/gora-trunk/org.apache.gora$gora-cassandra/364/> >>> >> >> > -- Lewis

