NicoK commented on a change in pull request #7688: [FLINK-9816][network] add 
option to configure SSL engine provider for TM communication
URL: https://github.com/apache/flink/pull/7688#discussion_r286979311
 
 

 ##########
 File path: flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
 ##########
 @@ -22,8 +22,11 @@ OUT_TYPE="${1:-local}" # other type: s3
 source "$(dirname "$0")"/common.sh
 source "$(dirname "$0")"/common_s3.sh
 
+# randomly set up openSSL with dynamically/statically linked libraries
+OPENSSL_LINKAGE=$(if (( RANDOM % 2 )) ; then echo "dynamic"; else echo 
"static"; fi)
 
 Review comment:
   don't you think it is enough to print this one (during setup, in 
common_ssl.sh)?
   ```echo "Setting up SSL with: ${type} ${provider} ${provider_lib}"```
   (I added this line there)

----------------------------------------------------------------
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

Reply via email to