Sean McCarthy created CASSANDRA-12987:
-----------------------------------------
Summary: dtest failure in
paxos_tests.TestPaxos.contention_test_many_threads
Key: CASSANDRA-12987
URL: https://issues.apache.org/jira/browse/CASSANDRA-12987
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/1437/testReport/paxos_tests/TestPaxos/contention_test_many_threads
{code}
Error Message
value=299, errors=0, retries=25559
{code}{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/paxos_tests.py", line 88, in
contention_test_many_threads
self._contention_test(300, 1)
File "/home/automaton/cassandra-dtest/paxos_tests.py", line 192, in
_contention_test
self.assertTrue((value == threads * iterations) and (errors == 0),
"value={}, errors={}, retries={}".format(value, errors, retries))
File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
raise self.failureException(msg)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)