Michael Shuler created CASSANDRA-11636:
------------------------------------------
Summary: dtest failure in
auth_test.TestAuth.restart_node_doesnt_lose_auth_data_test
Key: CASSANDRA-11636
URL: https://issues.apache.org/jira/browse/CASSANDRA-11636
Project: Cassandra
Issue Type: Test
Reporter: Michael Shuler
Assignee: DS Test Eng
example failure:
http://cassci.datastax.com/job/cassandra-2.1_dtest/448/testReport/auth_test/TestAuth/restart_node_doesnt_lose_auth_data_test
Failed on CassCI build cassandra-2.1_dtest #448 - 2.1.14-tentative
{noformat}
Error Message
Problem stopping node node1
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-sLlSHx
dtest: DEBUG: Custom init_config not found. Setting defaults.
dtest: DEBUG: Done setting configuration options:
{ 'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 10000,
'read_request_timeout_in_ms': 10000,
'request_timeout_in_ms': 10000,
'truncate_request_timeout_in_ms': 10000,
'write_request_timeout_in_ms': 10000}
dtest: DEBUG: Default role created by node1
--------------------- >> end captured logging << ---------------------
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/auth_test.py", line 910, in
restart_node_doesnt_lose_auth_data_test
self.cluster.stop()
File "/home/automaton/ccm/ccmlib/cluster.py", line 376, in stop
if not node.stop(wait, gently=gently):
File "/home/automaton/ccm/ccmlib/node.py", line 677, in stop
raise NodeError("Problem stopping node %s" % self.name)
"Problem stopping node node1\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
/mnt/tmp/dtest-sLlSHx\ndtest: DEBUG: Custom init_config not found. Setting
defaults.\ndtest: DEBUG: Done setting configuration options:\n{
'initial_token': None,\n 'num_tokens': '32',\n 'phi_convict_threshold':
5,\n 'range_request_timeout_in_ms': 10000,\n
'read_request_timeout_in_ms': 10000,\n 'request_timeout_in_ms': 10000,\n
'truncate_request_timeout_in_ms': 10000,\n 'write_request_timeout_in_ms':
10000}\ndtest: DEBUG: Default role created by node1\n--------------------- >>
end captured logging << ---------------------"
{noformat}
This test was successful in the next build on a commit that does not appear to
be auth-related, and the test does not appear to be flappy. Looping over the
test, I have not gotten a failure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)