History log of /openjdk10/jdk/test/java/net/httpclient/http2/FixedThreadPoolTest.java
Revision Date Author Comments
# 17575:46d6f1587c45 17-Aug-2017 dfuchs

8177935: java/net/httpclient/http2/FixedThreadPoolTest.java fails frequently
Summary: fixes a race condition in AsyncWriteQueue
Reviewed-by: chegar


# 17434:76ff72bb6a4a 29-Jun-2017 xiaofeya

8182975: Mark http2/BasicTest.java and FixedThreadPoolTest.java as intermittently failing
Reviewed-by: rriggs


# 17368:78c003bd010f 09-Jun-2017 dfuchs

8181867: [tests] Reorganize EchoHandlers
Summary: This fix reorganize some test files and rename some test classes. Several classes named EchoHandler in the unnamed package are renamed to make it clear what classes (and sources) tests that use these EchoHandler implementations effectively depend on.
Reviewed-by: chegar


# 16771:38e5d6e8a291 21-Feb-2017 skuksenko

8175274: Fix httpclient asynchronous usage
Reviewed-by: dfuchs, michaelm