Skip to content

8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java#29294

Closed
ArnoZeller wants to merge 1 commit intoopenjdk:jdk26from
openjdk-bots:backport-ArnoZeller-af18fbd4-jdk26
Closed

8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java#29294
ArnoZeller wants to merge 1 commit intoopenjdk:jdk26from
openjdk-bots:backport-ArnoZeller-af18fbd4-jdk26

Conversation

@ArnoZeller
Copy link
Contributor

@ArnoZeller ArnoZeller commented Jan 19, 2026

This pull request is a clean backport of JDK-8371559.
It is a test only change.


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-8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java (Bug - P3)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 29294

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Jan 19, 2026

👋 Welcome back azeller! A progress list of the required criteria for merging this PR into jdk26 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

openjdk bot commented Jan 19, 2026

@ArnoZeller This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java

Reviewed-by: myankelevich, clanger

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 15 new commits pushed to the jdk26 branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@myankelev, @RealCLanger) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot changed the title Backport af18fbd42d2a437dd35f33e557a8906ca0c3bd07 8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java Jan 19, 2026
@openjdk
Copy link

openjdk bot commented Jan 19, 2026

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk bot added backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required security security-dev@openjdk.org labels Jan 19, 2026
@openjdk
Copy link

openjdk bot commented Jan 19, 2026

@ArnoZeller 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 Jan 19, 2026
@mlbridge
Copy link

mlbridge bot commented Jan 19, 2026

Webrevs

Copy link
Member

@myankelev myankelev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. But wouldn't it make more sense to just add this fix to 26u?

@ArnoZeller
Copy link
Contributor Author

ArnoZeller commented Jan 19, 2026

This looks good. But wouldn't it make more sense to just add this fix to 26u?

@myankelev: I thought it would be nice to have it in jdk26 from the beginning as it is a clean test only fix. But I can of course go to 26u only and close this - what do you prefer?

@myankelev
Copy link
Member

This looks good. But wouldn't it make more sense to just add this fix to 26u?

@myankelev: I thought it would be nice to have it in jdk26 from the beginning as it is a clean test only fix. But I can of course go to 26u only and close this - what do you prefer?

Well, if it blocks your CI - go for it. Otherwise I'd personally hold off until the 26 update as we are in RDP2 now and unless it's critical it should be going to 26u or even just mainline. This is my understanding at least. What do you think?

@ArnoZeller
Copy link
Contributor Author

Then I would like to go for JDK26, as I do see this failure once or twice a day (probably related to high load on our test machines) in our CI for 26 and haven't had any issue in head since I pushed it there.
@myankelev: Would you be so kind to review it? And do I need a second review because it is after RDP2?

@RealCLanger
Copy link
Contributor

This looks good. But wouldn't it make more sense to just add this fix to 26u?

@myankelev: I thought it would be nice to have it in jdk26 from the beginning as it is a clean test only fix. But I can of course go to 26u only and close this - what do you prefer?

Well, if it blocks your CI - go for it. Otherwise I'd personally hold off until the 26 update as we are in RDP2 now and unless it's critical it should be going to 26u or even just mainline. This is my understanding at least. What do you think?

@myankelev as per the RDP2 rules, test fixes are still accepted, see here: https://openjdk.org/jeps/3. And for our regular testing it would definitely remove noise also in the JDK26 tests.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jan 19, 2026
@jaikiran
Copy link
Member

For RDP2, test and doc fixes are noted to require explicit approval https://openjdk.org/jeps/3#rdp-2. The approval process itself is explained here https://openjdk.org/jeps/3#Fix-Request-Process.

@ArnoZeller
Copy link
Contributor Author

ArnoZeller commented Jan 19, 2026

@jaikiran: I am sorry and I might have misunderstood it, but in https://openjdk.org/jeps/3#rdp-2 it says:

Test and documentation bugs and enhancements
Bugs and enhancements of any priority that only affect tests, or test-problem lists, or documentation may be addressed in RDP 1 and RDP 2. You don’t need to request approval for such a change in order to integrate it, but please do make sure that the issue has a noreg-self or noreg-doc label, as appropriate.

And in https://openjdk.org/jeps/3#Fix-Request-Process it states:

Enhancements to tests and documentation during RDP 1 and RDP 2 do not require approval, as long as the relevant issues are identified with a noreg-self or noreg-doc label, as appropriate.

Therefore I thought that I would not need an approval process for this test enhancement with a [noreg-self] label.
But I am new to this RDP2 process and might have gotten it wrong. What should I do now?

@jaikiran
Copy link
Member

Hello Arno, the sentence you quoted from https://openjdk.org/jeps/3#Test-and-documentation-bugs-and-enhancements:

Bugs and enhancements of any priority that only affect tests, or test-problem lists, or documentation may be addressed in RDP 1 and RDP 2. You don’t need to request approval for such a change in order to integrate it

does seem to contradict with the "Fix" column for RDP2 row in the table https://openjdk.org/jeps/3#rdp-2, which says:

Current P1–P2, with approval P1–P5 doc/test changes

I'll check internally for clarification on the expected process.

@jaikiran
Copy link
Member

Current P1–P2, with approval P1–P5 doc/test changes

I'll check internally for clarification on the expected process.

After checking internally, I realize that I misunderstood that text. It's supposed to read something like "It's OK to fix current P1-P2 issues after getting an approval and OK to fix any P1-P5 doc/test changes". I was also pointed to this section in the OpenJDK guide https://openjdk.org/guide/#push-or-defer-during-ramp-down which has an illustration.

Given this, test-only fixes (like this) are OK in RDP2 and doesn't require an approval.

@ArnoZeller
Copy link
Contributor Author

@jaikiran: Thanks for the clarification.
@myankelev and @RealCLanger: Thanks for the reviews.

@ArnoZeller
Copy link
Contributor Author

/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Jan 21, 2026
@openjdk
Copy link

openjdk bot commented Jan 21, 2026

@ArnoZeller
Your change (at version 85d87f0) is now ready to be sponsored by a Committer.

@RealCLanger
Copy link
Contributor

/sponsor

@openjdk
Copy link

openjdk bot commented Jan 21, 2026

Going to push as commit bb9f0f0.
Since your change was applied there have been 15 commits pushed to the jdk26 branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jan 21, 2026
@openjdk openjdk bot closed this Jan 21, 2026
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Jan 21, 2026
@openjdk
Copy link

openjdk bot commented Jan 21, 2026

@RealCLanger @ArnoZeller Pushed as commit bb9f0f0.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

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

Labels

backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required integrated Pull request has been integrated security security-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

4 participants