You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pa...@apache.org on 2018/01/12 18:20:44 UTC

[05/11] drill git commit: DRILL-6003: Fixed sporadic test failures caused by the creation of duplicate clusters in TestDynamicUDFSupport.

DRILL-6003: Fixed sporadic test failures caused by the creation of duplicate clusters in TestDynamicUDFSupport.

This closes #1023


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/cbb79e59
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/cbb79e59
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/cbb79e59

Branch: refs/heads/master
Commit: cbb79e598705138086c453d69b5706655b070259
Parents: 680f9c1
Author: Timothy Farkas <ti...@apache.org>
Authored: Tue Jan 9 01:20:09 2018 -0800
Committer: Parth Chandra <pa...@apache.org>
Committed: Thu Jan 11 17:06:46 2018 -0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/drill/TestDynamicUDFSupport.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/cbb79e59/exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java b/exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java
index 7fea9e1..0786b66 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java
@@ -118,7 +118,6 @@ public class TestDynamicUDFSupport extends BaseTestQuery {
         closeClient();
         FileUtils.cleanDirectory(udfDir);
         dirTestWatcher.clear();
-        setupDefaultTestCluster();
         setup();
       } catch (Exception e) {
         throw new RuntimeException(e);