Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/950#discussion_r143152156
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/TestSSLConfig.java ---
@@ -76,7 +76,7 @@ public void testMissingKeystorePassword() throws
Exception {
fail();
//Expected
} catch (Exception e) {
-
+ assertTrue(e instanceof DrillException);
--- End diff --
Thanks, for adding `assertTrue`.---
