Class TestTLSHandshadeFailure

java.lang.Object
org.apache.hadoop.hbase.ipc.TestTLSHandshadeFailure

@Tag("org.apache.hadoop.hbase.testclassification.ClientTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests") public class TestTLSHandshadeFailure extends Object
A simple UT to make sure that we do not leak the SslExceptions to netty's TailContext, where it will generate a confusing WARN message.

See HBASE-27782 for more details.