You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joel Knighton (JIRA)" <ji...@apache.org> on 2016/08/12 20:03:22 UTC

[jira] [Commented] (CASSANDRA-12451) dtest failure in repair_tests.deprecated_repair_test.TestDeprecatedRepairAPI.force_repair_async_1_test

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

Joel Knighton commented on CASSANDRA-12451:
-------------------------------------------

There is a PR in progress to fix these at [PR #1209|https://github.com/riptano/cassandra-dtest/pull/1209]. These tests were broken in 3.10+ with the commit of [CASSANDRA-9876]. The PR fixes the tests on 3.10+ but breaks them on earlier versions, so some changes are needed.

I'll update this ticket once that PR is merged.

> dtest failure in repair_tests.deprecated_repair_test.TestDeprecatedRepairAPI.force_repair_async_1_test
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12451
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12451
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sean McCarthy
>            Assignee: Joel Knighton
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1335/testReport/repair_tests.deprecated_repair_test/TestDeprecatedRepairAPI/force_repair_async_1_test
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/repair_tests/deprecated_repair_test.py", line 58, in force_repair_async_3_test
>     ['ks', False, False, False, False, ["cf"]])
>   File "/home/automaton/cassandra-dtest/repair_tests/deprecated_repair_test.py", line 156, in _deprecated_repair_jmx
>     self.assertEqual(len(l), 1)
>   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)
> "0 != 1
> {code}
> related failures:
> http://cassci.datastax.com/job/trunk_dtest/1335/testReport/repair_tests.deprecated_repair_test/TestDeprecatedRepairAPI/force_repair_async_3_test/
> http://cassci.datastax.com/job/trunk_dtest/1335/testReport/repair_tests.deprecated_repair_test/TestDeprecatedRepairAPI/force_repair_range_async_1_test/
> http://cassci.datastax.com/job/trunk_dtest/1335/testReport/repair_tests.deprecated_repair_test/TestDeprecatedRepairAPI/force_repair_range_async_3_test/
> http://cassci.datastax.com/job/trunk_dtest/1335/testReport/repair_tests.deprecated_repair_test/TestDeprecatedRepairAPI/force_repair_async_2_test/
> http://cassci.datastax.com/job/trunk_offheap_dtest/370/testReport/repair_tests.deprecated_repair_test/TestDeprecatedRepairAPI/force_repair_range_async_2_test/



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