Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2BFB3200BA3 for ; Thu, 20 Oct 2016 21:54:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2AD36160ACC; Thu, 20 Oct 2016 19:54:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 71773160AE0 for ; Thu, 20 Oct 2016 21:53:59 +0200 (CEST) Received: (qmail 98490 invoked by uid 500); 20 Oct 2016 19:53:58 -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 98409 invoked by uid 99); 20 Oct 2016 19:53:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 19:53:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 723B42C0D52 for ; Thu, 20 Oct 2016 19:53:58 +0000 (UTC) Date: Thu, 20 Oct 2016 19:53:58 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12722) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x.in_order_by_without_selecting_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 19:54:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15592802#comment-15592802 ] Philip Thompson commented on CASSANDRA-12722: --------------------------------------------- Looks like this was broken by CASSANDRA-12420. [~thobbs], can you confirm the new output is what's expected? > dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x.in_order_by_without_selecting_test > --------------------------------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12722 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12722 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: DS Test Eng > Labels: dtest > Attachments: node1.log, node2.log > > > example failure: > http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x/in_order_by_without_selecting_test > {code} > Error Message > Expected [[3], [4], [5], [0], [1], [2]] from SELECT v FROM test WHERE k IN (1, 0), but got [[0], [1], [2], [3], [4], [5]] > {code} > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in wrapped > f(obj) > File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 4200, in in_order_by_without_selecting_test > assert_all(cursor, "SELECT v FROM test WHERE k IN (1, 0)", [[3], [4], [5], [0], [1], [2]]) > File "/home/automaton/cassandra-dtest/tools/assertions.py", line 169, in assert_all > assert list_res == expected, "Expected {} from {}, but got {}".format(expected, query, list_res) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)