Integrated: 8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition

Darragh Clarke dclarke at openjdk.org
Mon Jul 3 10:07:00 UTC 2023


On Wed, 28 Jun 2023 09:45:08 GMT, Darragh Clarke <dclarke at openjdk.org> wrote:

> Bumped timeout limit to `+20_000` to deal with occasional failure and bring the test in line with other tests like [SleepWithDuration](https://github.com/openjdk/jdk/blob/c3f10e847999ec254893de5a1a5de32fd07f715a/test/jdk/java/lang/Thread/SleepWithDuration.java#L46) and [JoinWithDuration](https://github.com/openjdk/jdk/blob/c3f10e847999ec254893de5a1a5de32fd07f715a/test/jdk/java/lang/Thread/JoinWithDuration.java#L67) .
> 
> I had considered making a Util class to contain `checkDuration` but decided against it because as far as I'm aware it is only these 3 classes that would share it, though I would be open to adding it if people think it adds value

This pull request has now been integrated.

Changeset: 87c79c08
Author:    Darragh Clarke <dclarke at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/87c79c080186abc53d033449dd9f76c8832d44f5
Stats:     7 lines in 1 file changed: 0 ins; 0 del; 7 mod

8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition

Reviewed-by: alanb, dfuchs

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

PR: https://git.openjdk.org/jdk/pull/14690


More information about the net-dev mailing list