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 6A7EA1821B for ; Wed, 20 Jan 2016 19:10:45 +0000 (UTC) Received: (qmail 421 invoked by uid 500); 20 Jan 2016 19:10:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 384 invoked by uid 500); 20 Jan 2016 19:10:40 -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 329 invoked by uid 99); 20 Jan 2016 19:10:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2016 19:10:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E5CA22C1F5D for ; Wed, 20 Jan 2016 19:10:39 +0000 (UTC) Date: Wed, 20 Jan 2016 19:10:39 +0000 (UTC) From: "Russ Hatch (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-10613) Upgrade test on 2.1->3.0 path fails with NPE in getExistingFiles (likely known bug) 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-10613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Russ Hatch resolved CASSANDRA-10613. ------------------------------------ Resolution: Not A Problem looks like no longer occurring. > Upgrade test on 2.1->3.0 path fails with NPE in getExistingFiles (likely known bug) > ----------------------------------------------------------------------------------- > > Key: CASSANDRA-10613 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10613 > Project: Cassandra > Issue Type: Sub-task > Reporter: Jim Witschey > Assignee: Russ Hatch > Fix For: 3.0.x > > > In this job: > http://cassci.datastax.com/view/Upgrades/job/cassandra_upgrade_2.1_to_3.0_proto_v3/10/ > The following tests fail due to an NPE in {{org.apache.cassandra.db.lifecycle.LogRecord.getExistingFiles}}: > upgrade_through_versions_test.py:TestUpgrade_from_3_0_latest_tag_to_3_0_HEAD.bootstrap_test > upgrade_through_versions_test.py:TestUpgrade_from_3_0_latest_tag_to_3_0_HEAD.rolling_upgrade_test > upgrade_through_versions_test.py:TestUpgrade_from_3_0_latest_tag_to_3_0_HEAD.parallel_upgrade_with_internode_ssl_test > upgrade_through_versions_test.py:TestUpgrade_from_3_0_latest_tag_to_3_0_HEAD.rolling_upgrade_with_internode_ssl_test > upgrade_through_versions_test.py:TestUpgrade_from_cassandra_2_1_HEAD_to_cassandra_3_0_HEAD.rolling_upgrade_with_internode_ssl_test > upgrade_through_versions_test.py:TestUpgrade_from_3_0_latest_tag_to_3_0_HEAD.parallel_upgrade_test > I believe this is likely happening because of CASSANDRA-10602, so let's hold off on messing with this until that's merged. -- This message was sent by Atlassian JIRA (v6.3.4#6332)