Skip to content

Commit

Permalink
fix socat integration CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Sep 6, 2024
1 parent 16ca6e7 commit 8f9e85e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ci/integration/run_socat_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ function build_and_test_socat() {
autoconf
./configure --enable-openssl-base="$AWS_LC_INSTALL_FOLDER"
make -j "$NUM_CPU_THREADS"
# See: t/V1497389456.
# socat decreased the test wait time to 3 milliseconds, which causes failures when additional warnings/logs are written.
# Extending the wait time to 50 milliseconds is just right for us.
sed -i 's/MILLIs=\$((3/MILLIs=\$((50/' ./test.sh
# test 146 OPENSSLLISTENDSA: fails because AWS-LC doesn't support FFDH ciphersuites which are needed for DSA
# test 216 UDP6MULTICAST_UNIDIR: known flaky test in socat with newer kernels
# test 309 OPENSSLRENEG1: AWS-LC doesn't support renegotiation by default, it can be enabled by calling SSL_set_renegotiate_mode
Expand Down

0 comments on commit 8f9e85e

Please sign in to comment.