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_r287698860
 
 

 ##########
 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:
   I'm not entirely convinced but also don't object and therefore added a fixup
   -> I'm now waiting for the flink-shaded 7.0 release before merging

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