You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Daniel Meyer (JIRA)" <ji...@apache.org> on 2013/08/02 18:21:49 UTC

[jira] [Created] (CASSANDRA-5841) Fix dtest TestCounters.upgrade_test

Daniel Meyer created CASSANDRA-5841:
---------------------------------------

             Summary: 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: Daniel Meyer


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira