-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Security/TLSSSL/TLS, CertificatesSSL/TLS, Certificates>test-failureTriaged test failures from CITriaged test failures from CI
Description
This seems to have been broken in #35144 / f395b1e.
Reproduces locally.
./gradlew :x-pack:plugin:security:test -Dtests.seed=447D7874AF93DCF8 -Dtests.class=org.elasticsearch.xpack.security.transport.ssl.SslIntegrationTests -Dtests.method="testThatTransportClientUsingSSLv3ProtocolIsRejected" -Dtests.security.manager=true -Dtests.locale=nl-NL -Dtests.timezone=UCT -Dcompiler.java=11 -Druntime.java=11
> Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=160, name=Thread-1, state=RUNNABLE, group=TGRP-SslIntegrationTests]
> at __randomizedtesting.SeedInfo.seed([447D7874AF93DCF8:9CD5162256A743F1]:0)
> Caused by: java.lang.AssertionError
> at __randomizedtesting.SeedInfo.seed([447D7874AF93DCF8]:0)
> at io.netty.handler.ssl.SslHandler.handshake(SslHandler.java:1747)
> at io.netty.handler.ssl.SslHandler.startHandshakeProcessing(SslHandler.java:1666)
> at io.netty.handler.ssl.SslHandler.channelActive(SslHandler.java:1807)
Metadata
Metadata
Assignees
Labels
:Security/TLSSSL/TLS, CertificatesSSL/TLS, Certificates>test-failureTriaged test failures from CITriaged test failures from CI