Skip to content

Wait longer for the server in TLSProxy to start#3587

Closed
mattcaswell wants to merge 1 commit intoopenssl:masterfrom
mattcaswell:wait-longer-for-server
Closed

Wait longer for the server in TLSProxy to start#3587
mattcaswell wants to merge 1 commit intoopenssl:masterfrom
mattcaswell:wait-longer-for-server

Conversation

@mattcaswell
Copy link
Copy Markdown
Member

In a recent PR (#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server did eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.

In a recent PR (openssl#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server *did* eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.
@mattcaswell mattcaswell added 1.1.0 branch: master Applies to master branch labels May 31, 2017
levitte pushed a commit that referenced this pull request May 31, 2017
In a recent PR (#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server *did* eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #3587)
(cherry picked from commit 142463c)
@mattcaswell
Copy link
Copy Markdown
Member Author

Pushed. Thanks.

levitte pushed a commit that referenced this pull request May 31, 2017
In a recent PR (#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server *did* eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #3587)
pracj3am pushed a commit to cdn77/openssl that referenced this pull request Aug 22, 2017
In a recent PR (openssl#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server *did* eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from openssl#3587)
(cherry picked from commit 142463c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch: master Applies to master branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants