On Tue, 19 Aug 2025 16:53:45 GMT, Jaikiran Pai <j...@openjdk.org> wrote:

> Can I please get a review of this trivial test-only fix which addresses the 
> failure in `test/jdk/java/net/CookieHandler/B6644726.java`? This addresses 
> https://bugs.openjdk.org/browse/JDK-8365811.
> 
> The test verifies the behaviour of cookie parsing through the 
> `java.net.CookieStore` API. For that it uses a couple of cookies which have 
> an expiry date set to August 19th 2025 (which is today). The assertions in 
> this test start failing once those 2 cookies expire (which is today).
> 
> The fix in this PR updates the cookie expiry year to a date very far in 
> future to prevent such failures.

I've verified in our CI that with this change in the PR, the test now passes.

I'll be away shortly. In order to speed up the integration and reduce the CI 
failures, I'll mark this PR as "integrate delegate" to allow any committer to 
integrate this, once it is approved.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26846#issuecomment-3201537121

Reply via email to