RFR: 8262438: sun/security/ssl/SSLLogger/LoggingFormatConsistency.java failed with "SocketException: Socket is closed" [v3]
Evan Whelan
ewhelan at openjdk.java.net
Thu Mar 4 09:47:03 UTC 2021
> Hi all,
>
> Please review my test fix relating to JDK-8262438
>
> This patch introduces as Thread.sleep at the start of each iteration which creates a new test jvm.
> This allows the server socket sufficient time to release the previous connection and allows the port to be used again.
>
> I also refactored the behaviour for when the exitCode is not 0, allowing for an easier to read output.
> An incorrect HttpsUrlConnection.disconnect() was also removed.
>
> The test was ran 100 times on all platforms and no failures were seen.
>
> Thanks,
> Evan
Evan Whelan has updated the pull request incrementally with one additional commit since the last revision:
8262438: Removed custom socket handling logic
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2749/files
- new: https://git.openjdk.java.net/jdk/pull/2749/files/ae1acb21..e143fee1
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2749&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2749&range=01-02
Stats: 68 lines in 1 file changed: 0 ins; 68 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/2749.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2749/head:pull/2749
PR: https://git.openjdk.java.net/jdk/pull/2749
More information about the security-dev
mailing list