浏览代码

Get the output from nodetool

Ben Hood 11 年之前
父节点
当前提交
85b7e1e715
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration.sh

+ 1 - 0
integration.sh

@@ -14,6 +14,7 @@ function run_tests() {
 	ccm updateconf 'client_encryption_options.enabled: true' 'client_encryption_options.keystore: testdata/pki/.keystore' 'client_encryption_options.keystore_password: cassandra' 'client_encryption_options.require_client_auth: true' 'client_encryption_options.truststore: testdata/pki/.truststore' 'client_encryption_options.truststore_password: cassandra' 'concurrent_reads: 2' 'concurrent_writes: 2' 'rpc_server_type: sync' 'rpc_min_threads: 2' 'rpc_max_threads: 2' 'write_request_timeout_in_ms: 5000' 'read_request_timeout_in_ms: 5000'
 	ccm start -v
 	ccm status
+	ccm node1 nodetool status
 	ccm node1 showlog
 
 	local proto=2