test/jdk/java/net/httpclient/DependentPromiseActionsTest.java
branchhttp-client-branch
changeset 56779 bbe903489568
parent 56771 73a6534bce94
child 56795 03ece2518428
equal deleted inserted replaced
56778:b77704d050f8 56779:bbe903489568
    25  * @test
    25  * @test
    26  * @summary Verify that dependent synchronous actions added before the promise CF
    26  * @summary Verify that dependent synchronous actions added before the promise CF
    27  *          completes are executed either asynchronously in an executor when the
    27  *          completes are executed either asynchronously in an executor when the
    28  *          CF later completes, or in the user thread that joins.
    28  *          CF later completes, or in the user thread that joins.
    29  * @library /lib/testlibrary http2/server
    29  * @library /lib/testlibrary http2/server
    30  * @build jdk.testlibrary.SimpleSSLContext HttpServerAdapters ThrowingPublishers
    30  * @build jdk.testlibrary.SimpleSSLContext HttpServerAdapters DependentPromiseActionsTest
    31  * @modules java.base/sun.net.www.http
    31  * @modules java.base/sun.net.www.http
    32  *          java.net.http/jdk.internal.net.http.common
    32  *          java.net.http/jdk.internal.net.http.common
    33  *          java.net.http/jdk.internal.net.http.frame
    33  *          java.net.http/jdk.internal.net.http.frame
    34  *          java.net.http/jdk.internal.net.http.hpack
    34  *          java.net.http/jdk.internal.net.http.hpack
    35  * @run testng/othervm -Djdk.internal.httpclient.debug=true DependentPromiseActionsTest
    35  * @run testng/othervm -Djdk.internal.httpclient.debug=true DependentPromiseActionsTest