Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Cannot Reproduce
-
None
-
None
Description
example failure:
Failed on CassCI build cassandra-2.1_dtest #448 - 2.1.14-tentative
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 << ---------------------"
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.