File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,9 @@ collect_via_rust() {
502502 export skip_dse_solr
503503 export script_directory
504504 if echo $- | grep -q x ; then export COLLECT_INFO_DEBUG=true ; fi
505- ${baseDir} /collect-info " $server_pid " " $artifactDir "
505+ ${baseDir} /collect-info " $server_pid " " $artifactDir "
506+ ls -l " ${artifactDir} /schema.cql"
507+ cat " ${artifactDir} /schema.cql"
506508 statusState=$?
507509 print_status_state
508510 echo " completed version ${git_branch} ${git_sha} " >> " ${artifactDir} /collect-info.audit.log"
@@ -611,8 +613,8 @@ collect_info_setup() {
611613 cqlshOpts=" $cqlshOpts --ssl"
612614 fi
613615 mkdir -p " ${artifactDir} /sstable-statistics/"
614- echo " DESCRIBE SCHEMA;" > " $artifactDir /execute_schema.cql"
615- echo " DESCRIBE FULL SCHEMA;" > " $artifactDir /execute_full_schema.cql"
616+ echo " DESCRIBE FULL SCHEMA;" > " $artifactDir /execute_schema.cql"
617+ echo " DESCRIBE JUNK SCHEMA;" > " $artifactDir /execute_full_schema.cql"
616618 echo " DESCRIBE CLUSTER;" > " $artifactDir /execute_metadata.cql"
617619
618620 # 'timeout -t SECS' is required on older busybox
You can’t perform that action at this time.
0 commit comments