Skip to content

8374454: Test sun/security/ssl/CipherSuite/DisabledCipherSuitesNotNegotiated.java from JDK-8356544 shows intermittent timeouts#30680

Open
mpdonova wants to merge 1 commit intoopenjdk:masterfrom
mpdonova:disable-cipher-suites
Open

8374454: Test sun/security/ssl/CipherSuite/DisabledCipherSuitesNotNegotiated.java from JDK-8356544 shows intermittent timeouts#30680
mpdonova wants to merge 1 commit intoopenjdk:masterfrom
mpdonova:disable-cipher-suites

Conversation

@mpdonova
Copy link
Copy Markdown
Contributor

@mpdonova mpdonova commented Apr 10, 2026

This timeout may be caused by different code paths used to resolve InetAddress.getLoopbackAddress() in the server thread and factory.createSocket("localhost",...) in the client thread. I updated the test to use getLoopbackAddress() for both threads.



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8374454: Test sun/security/ssl/CipherSuite/DisabledCipherSuitesNotNegotiated.java from JDK-8356544 shows intermittent timeouts (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30680/head:pull/30680
$ git checkout pull/30680

Update a local copy of the PR:
$ git checkout pull/30680
$ git pull https://git.openjdk.org/jdk.git pull/30680/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 30680

View PR using the GUI difftool:
$ git pr show -t 30680

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30680.diff

Using Webrev

Link to Webrev Comment

…otiated.java from JDK-8356544 shows intermittent timeouts
@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 10, 2026

👋 Welcome back mdonovan! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 10, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot added the security security-dev@openjdk.org label Apr 10, 2026
@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 10, 2026

@mpdonova The following label will be automatically applied to this pull request:

  • security

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the rfr Pull request is ready for review label Apr 10, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge bot commented Apr 10, 2026

Webrevs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rfr Pull request is ready for review security security-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant