Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8020D609 for ; Thu, 11 Oct 2012 23:07:03 +0000 (UTC) Received: (qmail 37981 invoked by uid 500); 11 Oct 2012 23:07:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 37937 invoked by uid 500); 11 Oct 2012 23:07:03 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 37857 invoked by uid 99); 11 Oct 2012 23:07:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 23:07:03 +0000 Date: Thu, 11 Oct 2012 23:07:03 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: <398861257.33668.1349996823419.JavaMail.jiratomcat@arcas> In-Reply-To: <1055885982.33528.1349996223177.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CASSANDRA-4797) range queries can return incorrect results MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474604#comment-13474604 ] Brandon Williams commented on CASSANDRA-4797: --------------------------------------------- I take it back, this reproduces reliably. > range queries can return incorrect results > ------------------------------------------ > > Key: CASSANDRA-4797 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4797 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Brandon Williams > Fix For: 1.2.0 > > > I've only seen this fail once, but it's quite obviously returning incorrect results since the query is "SELECT * FROM clicks WHERE userid >= 2 LIMIT 1" and it's getting userid 0 in return. > {noformat} > ====================================================================== > FAIL: cql_tests.TestCQL.limit_ranges_test > Validate LIMIT option for 'range queries' in SELECT statements > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.7/nose/case.py", line 183, in runTest > self.test(*self.arg) > File "/var/lib/buildbot/cassandra-dtest/tools.py", line 187, in wrapped > f(obj) > File "/var/lib/buildbot/cassandra-dtest/cql_tests.py", line 302, in limit_ranges_test > assert res == [[ 2, 'http://foo.com', 42 ]], res > AssertionError: [[0, u'http://foo.com', 42]] > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira