Michael Shuler created CASSANDRA-11506:
------------------------------------------
Summary: dtest failure in
sslnodetonode_test.TestNodeToNodeSSLEncryption.ssl_wrong_hostname_with_validation_test
and ca_mismatch_test
Key: CASSANDRA-11506
URL: https://issues.apache.org/jira/browse/CASSANDRA-11506
Project: Cassandra
Issue Type: Test
Reporter: Michael Shuler
Assignee: DS Test Eng
ca_mismatch_test and ssl_wrong_hostname_with_validation_test fail with a
similar error {{Missing: ['127.0.0.2.* now UP']}}
example failures:
http://cassci.datastax.com/job/trunk_dtest_win32/377/testReport/sslnodetonode_test/TestNodeToNodeSSLEncryption/ca_mismatch_test/
http://cassci.datastax.com/job/trunk_dtest_win32/380/testReport/sslnodetonode_test/TestNodeToNodeSSLEncryption/ssl_wrong_hostname_with_validation_test
Failed on CassCI build trunk_dtest_win32 #380
{noformat}
Error Message
30 Mar 2016 19:16:54 [node1] Missing: ['127.0.0.2.* now UP']:
INFO [main] 2016-03-30 19:14:50,819 YamlConfigura.....
See system.log for remainder
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: d:\temp\dtest-ch8w6l
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}
--------------------- >> end captured logging << ---------------------
Stacktrace
File "C:\tools\python2\lib\unittest\case.py", line 329, in run
testMethod()
File
"D:\jenkins\workspace\trunk_dtest_win32\cassandra-dtest\sslnodetonode_test.py",
line 68, in ca_mismatch_test
self.cluster.start(no_wait=True)
File "D:\jenkins\workspace\trunk_dtest_win32\ccm\ccmlib\cluster.py", line
335, in start
p = node.start(update_pid=False, jvm_args=jvm_args,
profile_options=profile_options, verbose=verbose, quiet_start=quiet_start,
allow_root=allow_root)
File "D:\jenkins\workspace\trunk_dtest_win32\ccm\ccmlib\node.py", line 610,
in start
node.watch_log_for_alive(self, from_mark=mark)
File "D:\jenkins\workspace\trunk_dtest_win32\ccm\ccmlib\node.py", line 457,
in watch_log_for_alive
self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout,
filename=filename)
File "D:\jenkins\workspace\trunk_dtest_win32\ccm\ccmlib\node.py", line 425,
in watch_log_for
raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + " ["
+ self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" +
reads[:50] + ".....\nSee {} for remainder".format(filename))
"30 Mar 2016 19:16:54 [node1] Missing: ['127.0.0.2.* now UP']:\nINFO [main]
2016-03-30 19:14:50,819 YamlConfigura.....\nSee system.log for
remainder\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
d:\\temp\\dtest-ch8w6l\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}\n--------------------- >> end captured logging << ---------------------"
Standard Output
Copying credentials to node d:\temp\dtest-ch8w6l\test\node1\conf
Copying credentials to node d:\temp\dtest-ch8w6l\test\node2\conf
Standard Error
Started: node1 with pid: 3596
Started: node2 with pid: 8100
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)