Hello, Please review the following change:
http://cr.openjdk.java.net/~prappo/8226602/webrev.00/ This change adds reactive streams conformance testing of convenience primitives exposed by java.net.http.HttpClient. The TckDriver.java file from the webrev provides some explanation on the general structure of the test suite. The reactive streams TCK was obtained by flattening four modules (api, examples, tck and tck-flow) from commit 77a7e573e431cbc567630988a01473e42504e5c5 (May 27 2019) on the https://github.com/reactive-streams/reactive-streams-jvm repo into a single source tree under test/jdk/java/net/httpclient/reactivestreams-tck. Thanks, -Pavel