Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | arina-ielchiieva <...@git.apache.org> |
Subject | [GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini... |
Date | Wed, 02 May 2018 14:05:08 GMT |
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185507108 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/coord/zk/TestZookeeperClient.java --- @@ -125,7 +125,7 @@ public void testHasPathThrowsDrillRuntimeException() { Mockito .when(client.getCache().getCurrentData(absPath)) - .thenThrow(Exception.class); + .thenThrow(RuntimeException.class); --- End diff -- Let's do it in different PR. --- | |
Mime |
|
View raw message |