Integrated: 8304174: Remove delays from httpserver tests
Daniel Jeliński
djelinski at openjdk.org
Mon Mar 20 09:34:39 UTC 2023
On Tue, 14 Mar 2023 19:41:25 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> This change improves the running time of many httpserver tests; it removes the one second delay introduced by `delay()` calls, and performs immediate httpserver stop by calling `stop(0)`.
>
> For example, `com/sun/net/httpserver/Test1.java` usually takes 20-30 seconds without this change; with this change it completes in 5-8 seconds.
>
> Tiers 1-3 still green.
This pull request has now been integrated.
Changeset: 45056703
Author: Daniel Jeliński <djelinski at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/450567031ec32846c9a8f157eb56bd099b17b5a5
Stats: 111 lines in 40 files changed: 0 ins; 23 del; 88 mod
8304174: Remove delays from httpserver tests
Reviewed-by: jpai, dfuchs
-------------
PR: https://git.openjdk.org/jdk/pull/13028
More information about the net-dev
mailing list