How about renaming H1Config for this beta? Gary
On Fri, Jun 7, 2019, 12:07 Oleg Kalnichevski <[email protected]> wrote: > On Fri, 2019-06-07 at 10:44 -0400, Gary Gregory wrote: > > On Fri, Jun 7, 2019 at 8:53 AM Oleg Kalnichevski <[email protected]> > > wrote: > > > > > On Thu, 2019-06-06 at 20:16 -0400, Gary Gregory wrote: > > > > Testing on Java 11.0.3 gives me a stack overflow error: > > > > > > > > mvn clean install -V -P!use-toolchains > > > > > > > > > > Gary, > > > > > > Before I proceed with another RC could you please take a look at > > > the > > > bug fix branch? > > > > > > https://github.com/apache/httpcomponents-core/tree/bug-fixes > > > > > > Running 'mvn clean install -V -P!use-toolchains': > > > > All went well on Oracle Java 8, Oracle Java 11, Amazon Corretto 8, > > Amazon > > Corretto 11, OpenJDK 12, OpenJDK 13-ea+23. > > > > I got a failure _once_ running on Amazon Corretto 8: > > > > Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; > > 2019-04-04T15:00:29-04:00) > > Maven home: C:\Java\apache-maven-3.6.1\bin\.. > > Java version: 1.8.0_202, vendor: Amazon.com Inc., runtime: C:\Program > > Files\Java\amazon-corretto\jdk1.8.0_202\jre > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: > > "windows" > > ... > > [INFO] Running > > org.apache.hc.core5.testing.reactive.ReactiveClientTest > > [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time > > elapsed: > > 33.317 s <<< FAILURE! - in > > org.apache.hc.core5.testing.reactive.ReactiveClientTest > > [ERROR] > > testManySmallBuffers[FORCE_HTTP_2](org.apache.hc.core5.testing.reacti > > ve.ReactiveClientTest) > > Time elapsed: 30.291 s <<< ERROR! > > java.lang.RuntimeException: > > org.apache.hc.core5.http2.H2StreamResetException: Timeout due to > > inactivity > > (30 SECONDS) > > at > > org.apache.hc.core5.testing.reactive.ReactiveClientTest.testManySmall > > Buffers(ReactiveClientTest.java:364) > > Caused by: org.apache.hc.core5.http2.H2StreamResetException: Timeout > > due to > > inactivity (30 SECONDS) > > > > [INFO] > > [INFO] Results: > > [INFO] > > [ERROR] Errors: > > [ERROR] ReactiveClientTest.testManySmallBuffers:364 ยป Runtime > > org.apache.hc.core5.http... > > [INFO] > > [ERROR] Tests run: 319, Failures: 0, Errors: 1, Skipped: 2 > > [INFO] > > > > Running again did not reproduce it so I hope it is random. > > > > Gary > > > > Thank you, Gary > > I also see ReactiveClientTest fail on the Travis CI sometimes. I hope > Ryan will get around to taking a look at it. > > I'll create a new RC shortly. > > Oleg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
