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 17FFC18151 for ; Thu, 27 Aug 2015 00:12:46 +0000 (UTC) Received: (qmail 41475 invoked by uid 500); 27 Aug 2015 00:12:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 41439 invoked by uid 500); 27 Aug 2015 00:12:45 -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 41425 invoked by uid 99); 27 Aug 2015 00:12:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 00:12:45 +0000 Date: Thu, 27 Aug 2015 00:12:45 +0000 (UTC) From: "Paulo Motta (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10186) Windows dtest 3.0: schema_metadata_test.py:TestSchemaMetadata.indexes_test fails 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-10186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715790#comment-14715790 ] Paulo Motta commented on CASSANDRA-10186: ----------------------------------------- The failure is fixed by upgrading the python driver. I asked the QA team to upgrade the driver on windows cassci nodes. While investigating this ticket I noticed that there was a [regression|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest/lastCompletedBuild/testReport/schema_metadata_test/history/] of these tests on Linux due to new support to multiple secondary indexes per column on the [python driver|https://datastax-oss.atlassian.net/browse/PYTHON-372]. This regression also showed up on Windows upgrading the driver. I created a [dtest PR|https://github.com/riptano/cassandra-dtest/pull/513] to fix it. > Windows dtest 3.0: schema_metadata_test.py:TestSchemaMetadata.indexes_test fails > -------------------------------------------------------------------------------- > > Key: CASSANDRA-10186 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10186 > Project: Cassandra > Issue Type: Sub-task > Reporter: Joshua McKenzie > Assignee: Paulo Motta > Labels: Windows > Fix For: 3.0.x > > > {noformat} > ERROR: indexes_test (schema_metadata_test.TestSchemaMetadata) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "c:\src\cassandra-dtest\schema_metadata_test.py", line 660, in indexes_test > verify_indexes_table(self.cluster.version(), self.cluster.version(), 'ks', self.session) > File "c:\src\cassandra-dtest\schema_metadata_test.py", line 30, in verify_indexes_table > meta = session.cluster.metadata.keyspaces[keyspace].indexes[index_name] > KeyError: 'idx__test_indexes' > -------------------- >> begin captured logging << -------------------- > dtest: DEBUG: removing ccm cluster test at: c:\temp\dtest-h2pni_ > dtest: DEBUG: clearing ssl stores from [c:\temp\dtest-h2pni_] directory > dtest: DEBUG: cluster ccm directory: c:\temp\dtest-yb4kzh > --------------------- >> end captured logging << --------------------- > {noformat} > History consistent. Reproduces locally. -- This message was sent by Atlassian JIRA (v6.3.4#6332)