-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UTLS remote address test case race
Fix race condition in the UTLS remote address test case, where the connection establishment would occasionally hit the TLS socket (which is created first), rather than the UX socket, on the test UTLS server socket. The false positive was primarily seen on slow machines, when valgrind was enabled. Signed-off-by: Mattias Rönnblom <[email protected]>
- Loading branch information
1 parent
40f72ac
commit 28b6e8a
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters