HADOOP-15293. TestLogLevel fails on Java 9
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
4f395063bb
commit
99ab511cba
|
@ -358,7 +358,7 @@ public class TestLogLevel extends KerberosSecurityTestcase {
|
|||
} catch (SSLException e) {
|
||||
GenericTestUtils.assertExceptionContains("Error while authenticating "
|
||||
+ "with endpoint", e);
|
||||
GenericTestUtils.assertExceptionContains("Unrecognized SSL message", e
|
||||
GenericTestUtils.assertExceptionContains("recognized SSL message", e
|
||||
.getCause());
|
||||
}
|
||||
}
|
||||
|
@ -379,7 +379,7 @@ public class TestLogLevel extends KerberosSecurityTestcase {
|
|||
} catch (SSLException e) {
|
||||
GenericTestUtils.assertExceptionContains("Error while authenticating "
|
||||
+ "with endpoint", e);
|
||||
GenericTestUtils.assertExceptionContains("Unrecognized SSL message", e
|
||||
GenericTestUtils.assertExceptionContains("recognized SSL message", e
|
||||
.getCause());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue