maytasm3 commented on a change in pull request #9576: Add Integration Test for 
functionality of kinesis ingestion
URL: https://github.com/apache/druid/pull/9576#discussion_r401980200
 
 

 ##########
 File path: integration-tests/docker/tls/generate-server-certs-and-keystores.sh
 ##########
 @@ -17,6 +17,12 @@
 
 cd /tls
 
+FILE_CHECK_IF_RAN=/tls/server.key
+if [ -f "$FILE_CHECK_IF_RAN" ]; then
+  echo "Script was ran already. Skip running again."
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to