You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Shuler (JIRA)" <ji...@apache.org> on 2017/03/03 15:17:45 UTC

[jira] [Created] (CASSANDRA-13295) test failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_1_x_To_indev_3_x.bootstrap_test

Michael Shuler created CASSANDRA-13295:
------------------------------------------

             Summary: test failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_1_x_To_indev_3_x.bootstrap_test
                 Key: CASSANDRA-13295
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13295
             Project: Cassandra
          Issue Type: Bug
            Reporter: Michael Shuler
         Attachments: node1_debug.log, node1_gc.log, node1.log, node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, node3.log, node4_debug.log, node4_gc.log, node4.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_large_dtest/22/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_1_x_To_indev_3_x/bootstrap_test

{code}
Error Message

03 Mar 2017 12:58:17 [node2] Missing: ['127.0.0.4.* now UP']:
INFO  [HANDSHAKE-/127.0.0.4] 2017-03-03 12:54:12,1.....
See system.log for remainder

Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py", line 700, in bootstrap_test
    self.upgrade_scenario(after_upgrade_call=(self._bootstrap_new_node,))
  File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py", line 376, in upgrade_scenario
    call()
  File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py", line 681, in _bootstrap_new_node
    nnode.start(use_jna=True, wait_other_notice=240, wait_for_binary_proto=True)
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 686, in start
    node.watch_log_for_alive(self, from_mark=mark, timeout=wait_other_notice)
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 503, in watch_log_for_alive
    self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, filename=filename)
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 471, 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.15#6346)