Integrated: 8266155: Convert java.base to use Stream.toList()

2021-04-30 Thread Ian Graves
On Tue, 27 Apr 2021 21:34:02 GMT, Ian Graves wrote: > 8266155: Convert java.base to use Stream.toList() This pull request has now been integrated. Changeset: dd05158b Author:Ian Graves Committer: Pavel Rappo URL:

Integrated: 8255227: java/net/httpclient/FlowAdapterPublisherTest.java intermittently failing with TestServer: start exception: java.io.IOException: Invalid preface

2021-04-30 Thread Daniel Fuchs
On Fri, 30 Apr 2021 10:46:33 GMT, Daniel Fuchs wrote: > Hi, > > I stumbled on an issue in Stream.java where an assert was misplaced, > preventing the proper IOException to be triggered. I believe this is what > caused the FlowAdapterPublisherTest.java to fail with the "Invalid Preface" >

Re: RFR: 8255227: java/net/httpclient/FlowAdapterPublisherTest.java intermittently failing with TestServer: start exception: java.io.IOException: Invalid preface

2021-04-30 Thread Chris Hegarty
On Fri, 30 Apr 2021 10:46:33 GMT, Daniel Fuchs wrote: > Hi, > > I stumbled on an issue in Stream.java where an assert was misplaced, > preventing the proper IOException to be triggered. I believe this is what > caused the FlowAdapterPublisherTest.java to fail with the "Invalid Preface" >

RFR: 8255227: java/net/httpclient/FlowAdapterPublisherTest.java intermittently failing with TestServer: start exception: java.io.IOException: Invalid preface

2021-04-30 Thread Daniel Fuchs
Hi, I stumbled on an issue in Stream.java where an assert was misplaced, preventing the proper IOException to be triggered. I believe this is what caused the FlowAdapterPublisherTest.java to fail with the "Invalid Preface" error on the server side. In any case - I haven't observed this error