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 689CD200B88 for ; Thu, 22 Sep 2016 16:45:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 670F8160AA9; Thu, 22 Sep 2016 14:45:24 +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 A7A4D160AAD for ; Thu, 22 Sep 2016 16:45:23 +0200 (CEST) Received: (qmail 52917 invoked by uid 500); 22 Sep 2016 14:45: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 52827 invoked by uid 99); 22 Sep 2016 14:45:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 14:45:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A04622C2A63 for ; Thu, 22 Sep 2016 14:45:20 +0000 (UTC) Date: Thu, 22 Sep 2016 14:45:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12678) dtest failure in pushed_notifications_test.TestPushedNotifications.restart_node_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Sep 2016 14:45:24 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-12678: ---------------------------------------- Reviewer: Philip Thompson > dtest failure in pushed_notifications_test.TestPushedNotifications.restart_node_test > ------------------------------------------------------------------------------------ > > Key: CASSANDRA-12678 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12678 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Sam Tunnicliffe > Labels: dtest > Attachments: node1.log, node2.log > > > example failure: > http://cassci.datastax.com/job/cassandra-2.1_novnode_dtest/275/testReport/pushed_notifications_test/TestPushedNotifications/restart_node_test > {code} > Error Message > 'UP' != u'NEW_NODE' > {code} > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/pushed_notifications_test.py", line 185, in restart_node_test > self.assertEquals("UP", notifications[1]["change_type"]) > File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual > assertion_func(first, second, msg=msg) > File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual > raise self.failureException(msg) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)