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 E430A1147B for ; Fri, 1 Aug 2014 17:41:39 +0000 (UTC) Received: (qmail 30080 invoked by uid 500); 1 Aug 2014 17:41:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 30051 invoked by uid 500); 1 Aug 2014 17:41:39 -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 29998 invoked by uid 99); 1 Aug 2014 17:41:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 17:41:39 +0000 Date: Fri, 1 Aug 2014 17:41:39 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5841) Fix dtest TestCounters.upgrade_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-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082592#comment-14082592 ] Philip Thompson commented on CASSANDRA-5841: -------------------------------------------- I can't reproduce this on 2.0.6 (mentioned in original description) or 2.0-HEAD. 2.1.0 and 2.1 have different errors but do not appear to suffer from this. > Fix dtest TestCounters.upgrade_test > ----------------------------------- > > Key: CASSANDRA-5841 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5841 > Project: Cassandra > Issue Type: Test > Reporter: Daniel Meyer > Assignee: Ryan McGuire > > TestCounters.upgrade_test is currently broken for 2.6 and trunk. > A timeout occurs when running test: > Traceback (most recent call last): > File "/Users/danielmeyer/Sources/riptano/cassandra-dtest/counter_tests.py", line 116, in upgrade_test > rolling_restart() > File "/Users/danielmeyer/Sources/riptano/cassandra-dtest/counter_tests.py", line 110, in rolling_restart > nodes[i].stop(wait_other_notice=True) > File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ccmlib/node.py", line 374, in stop > node.watch_log_for_death(self, from_mark=mark) > File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ccmlib/node.py", line 286, in watch_log_for_death > self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout) > File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ccmlib/node.py", line 272, in watch_log_for > raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + " [" + self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" + reads) > TimeoutError: 02 Aug 2013 16:19:19 [node2] Missing: ['127.0.0.1 is now [dead|DOWN]']: > WARN [NonPeriodicTasks:1] 2013-08-02 11:09:22,285 Auth.java (line 219) Skipped default superuser setup: some nodes were not ready -- This message was sent by Atlassian JIRA (v6.2#6252)