On Sat, Nov 28, 2020 at 3:34 PM Michael Osipov <[email protected]> wrote:
> Am 2020-11-28 um 21:32 schrieb Gary Gregory: > > Hi All: > > > > This test always fails for me with Java 8: > > > > [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > > 33.198 s <<< FAILURE! - in > > org.apache.hc.core5.testing.nio.H2TLSIntegrationTest > > [ERROR] > > > org.apache.hc.core5.testing.nio.H2TLSIntegrationTest.testWeakCiphersDisabledByDefault > > Time elapsed: 32.391 s <<< ERROR! > > org.apache.hc.core5.util.TimeoutValueException: Timeout deadline: 30000 > > MILLISECONDS, actual: 30000 MILLISECONDS > > at > > > org.apache.hc.core5.testing.nio.H2TLSIntegrationTest.testWeakCiphersDisabledByDefault(H2TLSIntegrationTest.java:466) > > This is a typical timing issue, but not necessary an issue. I see these > on a regular basis on Tomcat tests. How many times did you run the tests? > Three times on each OS. Note that I am using the latest AdoptOpenJDK 8 on Macos and Windows. The failure is reliable. I just tried again on Macos where I am writing this email.. Gary > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
