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 85748200B59 for ; Mon, 8 Aug 2016 17:34:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84165160A77; Mon, 8 Aug 2016 15:34:23 +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 C9629160A91 for ; Mon, 8 Aug 2016 17:34:22 +0200 (CEST) Received: (qmail 93202 invoked by uid 500); 8 Aug 2016 15:34:21 -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 92878 invoked by uid 99); 8 Aug 2016 15:34:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 15:34:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C311B2C0E4E for ; Mon, 8 Aug 2016 15:34:20 +0000 (UTC) Date: Mon, 8 Aug 2016 15:34:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-12408) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x.select_with_alias_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 15:34:23 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson reassigned CASSANDRA-12408: ------------------------------------------- Assignee: Philip Thompson (was: DS Test Eng) > dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x.select_with_alias_test > --------------------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12408 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12408 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Philip Thompson > Labels: dtest > > example failure: > http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/6/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x/select_with_alias_test > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 3187, in select_with_alias_test > assert_invalid(cursor, 'SELECT id AS user_id, name AS user_name FROM users WHERE id IN (0) ORDER BY user_name', matching=error_msg) > File "/home/automaton/cassandra-dtest/assertions.py", line 92, in assert_invalid > assert_exception(session, query, matching=matching, expected=expected) > File "/home/automaton/cassandra-dtest/assertions.py", line 65, in assert_exception > _assert_exception(session.execute, query, matching=matching, expected=expected) > File "/home/automaton/cassandra-dtest/assertions.py", line 54, in _assert_exception > assert_regexp_matches(str(e), matching) > File "/usr/lib/python2.7/unittest/case.py", line 1002, in assertRegexpMatches > raise self.failureException(msg) > 'Regexp didn\'t match: "Aliases aren\'t allowed in the where clause" not found in \'Error from server: code=2200 [Invalid query] message="Aliases are not allowed in order by clause (\\\'user_name\\\')"\' > {code} > Related failures: > http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/6/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_0_x_To_indev_2_1_x/select_with_alias_test/ > http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/6/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_0_x_To_indev_2_1_x/select_with_alias_test/ > http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/6/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_2_1_x/select_with_alias_test/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)