DRILL-475: TestJdbcQuery fails on Windows due to resource leak

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

Branch: refs/heads/master
Commit: 9c701e13c5500ab0da77ebf1d1661077720b25ad
Parents: e2bb541
Author: Aditya Kishore <[email protected]>
Authored: Wed Apr 2 02:26:30 2014 -0700
Committer: Jacques Nadeau <[email protected]>
Committed: Sat Apr 19 21:07:28 2014 -0700

----------------------------------------------------------------------
 sqlparser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/9c701e13/sqlparser/pom.xml
----------------------------------------------------------------------
diff --git a/sqlparser/pom.xml b/sqlparser/pom.xml
index 3ba557c..8266dcb 100644
--- a/sqlparser/pom.xml
+++ b/sqlparser/pom.xml
@@ -83,7 +83,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
             <forkCount>1</forkCount>
-            <reuseForks>true</reuseForks>
+            <reuseForks>false</reuseForks>
         </configuration>
       </plugin>
       <plugin>

Reply via email to