Sean McCarthy created CASSANDRA-12057: -----------------------------------------
Summary: 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: DS Test Eng 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)