You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Blake Eggleston (JIRA)" <ji...@apache.org> on 2017/02/14 22:55:41 UTC

[jira] [Resolved] (CASSANDRA-13200) dtest failure in repair_tests.repair_test.TestRepair.test_dead_sync_participant

     [ https://issues.apache.org/jira/browse/CASSANDRA-13200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blake Eggleston resolved CASSANDRA-13200.
-----------------------------------------
    Resolution: Fixed

This was fixed in dtest, and is no long failing in the most recent run

http://cassci.datastax.com/job/trunk_offheap_dtest/428/

> dtest failure in repair_tests.repair_test.TestRepair.test_dead_sync_participant
> -------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-13200
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13200
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Sean McCarthy
>            Assignee: Blake Eggleston
>              Labels: dtest, test-failure
>         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
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/427/testReport/repair_tests.repair_test/TestRepair/test_dead_sync_participant
> {code}
> Error Message
> 08 Feb 2017 04:31:07 [node1] Missing: ['Endpoint .* died']:
> INFO  [main] 2017-02-08 04:28:51,776 YamlConfigura.....
> 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/tools/decorators.py", line 48, in wrapped
>     f(obj)
>   File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 1049, in test_dead_sync_participant
>     self._test_failure_during_repair(phase='sync', initiator=False,)
>   File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 1139, in _test_failure_during_repair
>     node1.watch_log_for('Endpoint .* died', timeout=60)
>   File "/usr/local/lib/python2.7/dist-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)