Sean McCarthy created CASSANDRA-12160:
-----------------------------------------
Summary: dtest failure in counter_tests.TestCounters.upgrade_test
Key: CASSANDRA-12160
URL: https://issues.apache.org/jira/browse/CASSANDRA-12160
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
Attachments: node1.log, node2.log
example failure:
http://cassci.datastax.com/job/cassandra-2.1_dtest/493/testReport/counter_tests/TestCounters/upgrade_test
Failed on CassCI build cassandra-2.1_dtest #493
{code}
Error Message
07 Jul 2016 21:07:28 [node1] Missing: ['127.0.0.2.* now UP']:
.....
See system.log for remainder
{code}
{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/counter_tests.py", line 101, in
upgrade_test
rolling_restart()
File "/home/automaton/cassandra-dtest/counter_tests.py", line 96, in
rolling_restart
nodes[i].start(wait_other_notice=True, wait_for_binary_proto=True)
File "/home/automaton/ccm/ccmlib/node.py", line 634, in start
node.watch_log_for_alive(self, from_mark=mark)
File "/home/automaton/ccm/ccmlib/node.py", line 481, in watch_log_for_alive
self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout,
filename=filename)
File "/home/automaton/ccm/ccmlib/node.py", line 449, 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[:50] + ".....\nSee {} for remainder".format(filename))
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)