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 3E21218AA2 for ; Mon, 21 Mar 2016 19:20:26 +0000 (UTC) Received: (qmail 76858 invoked by uid 500); 21 Mar 2016 19:20:25 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 76820 invoked by uid 500); 21 Mar 2016 19:20:25 -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 76796 invoked by uid 99); 21 Mar 2016 19:20:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2016 19:20:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 872712C1F69 for ; Mon, 21 Mar 2016 19:20:25 +0000 (UTC) Date: Mon, 21 Mar 2016 19:20:25 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-11395) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_2_1_UpTo_2_2_HEAD.cas_and_list_index_test 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-11395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204912#comment-15204912 ] Philip Thompson edited comment on CASSANDRA-11395 at 3/21/16 7:20 PM: ---------------------------------------------------------------------- Looking at the test code, I really think this is a consistency problem. So I'm going to throw other tests with the same problem under this ticket. http://cassci.datastax.com/job/upgrade_tests-all/25/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_2_2_HEAD_UpTo_Trunk/bug_6069_test/ http://cassci.datastax.com/job/upgrade_tests-all/29/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_2_2_HEAD_UpTo_Trunk/whole_map_conditional_test/ was (Author: philipthompson): Looking at the test code, I really think this is a consistency problem. So I'm going to throw other tests with the same problem under this ticket. http://cassci.datastax.com/job/upgrade_tests-all/25/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_2_2_HEAD_UpTo_Trunk/bug_6069_test/ > dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_2_1_UpTo_2_2_HEAD.cas_and_list_index_test > --------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-11395 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11395 > Project: Cassandra > Issue Type: Test > Components: Testing > Reporter: Philip Thompson > Assignee: DS Test Eng > Labels: dtest > > {code} > Expected [[0, ['foo', 'bar'], 'foobar']] from SELECT * FROM test, but got [[0, [u'foi', u'bar'], u'foobar']] > {code} > example failure: > http://cassci.datastax.com/job/upgrade_tests-all/24/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_2_1_UpTo_2_2_HEAD/cas_and_list_index_test > Failed on CassCI build upgrade_tests-all #24 > Probably a consistency issue in the test code, but I haven't looked into it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)