You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2016/07/01 12:34:11 UTC

[jira] [Commented] (CASSANDRA-12057) dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test

    [ https://issues.apache.org/jira/browse/CASSANDRA-12057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358892#comment-15358892 ] 

Paulo Motta commented on CASSANDRA-12057:
-----------------------------------------

[dtest|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-trunkcopy-dtest/19/] and [multiplexer|https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/157/] runs look good. 

Submitted [dtest PR|https://github.com/riptano/cassandra-dtest/pull/1073] for review. No C* code change was necessary.

> dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test
> ------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12057
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12057
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Paulo Motta
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1279/testReport/repair_tests.repair_test/TestRepair/repair_after_upgrade_test
> Failed on CassCI build trunk_dtest #1279
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/tools.py", line 288, in wrapped
>     f(obj)
>   File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 217, in repair_after_upgrade_test
>     self._repair_and_verify(True)
>   File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 287, in _repair_and_verify
>     self.check_rows_on_node(node3, 2000, missings=[1000])
>   File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 70, in check_rows_on_node
>     self.assertEqual(len(result), rows)
>   File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
>     assertion_func(first, second, msg=msg)
>   File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
>     raise self.failureException(msg)
> '2001 != 2000
> {code}
> Logs are attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)