Sean McCarthy created CASSANDRA-12134:
-----------------------------------------
Summary: dtest failure in
repair_tests.repair_test.TestRepair.dc_repair_test
Key: CASSANDRA-12134
URL: https://issues.apache.org/jira/browse/CASSANDRA-12134
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
Attachments: node1.log, node2.log, node3.log, node4.log
example failure:
http://cassci.datastax.com/job/cassandra-2.1_dtest/488/testReport/repair_tests.repair_test/TestRepair/dc_repair_test
Failed on CassCI build cassandra-2.1_dtest #488
{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 441,
in dc_repair_test
cluster = self._setup_multi_dc()
File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 540,
in _setup_multi_dc
self.check_rows_on_node(node2, 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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)