-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Deflake socket_inet_loopback_isolated_test
This test case creates one connection, then it closes one end of it. After that it waits for a linger timeout and tries to create the second connection with the same client source port. The test is flaky if the second half of the fist connection isn't closed before creating the second connection. PiperOrigin-RevId: 715924851
- Loading branch information
1 parent
1864d9d
commit ca3c23d
Showing
2 changed files
with
12 additions
and
1 deletion.
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