http-client-branch: BufferingSubscriberTest needs to be lock-step with the Publisher
--- a/test/jdk/java/net/httpclient/BufferingSubscriberTest.java Wed Dec 06 16:08:15 2017 +0000
+++ b/test/jdk/java/net/httpclient/BufferingSubscriberTest.java Wed Dec 06 18:40:15 2017 +0000
@@ -168,7 +168,7 @@
try {
SubmissionPublisher<List<ByteBuffer>> publisher =
new SubmissionPublisher<>(executor,
- 32,
+ 1, // lock-step with the publisher, for now
onNextThrowHandler);
CompletableFuture<?> cf = sink(publisher,
delayMillis,