You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by ad...@apache.org on 2017/03/28 21:57:47 UTC

incubator-hawq git commit: HAWQ-1419. Run RPS service tests in separate JVMs

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 1e9ea9945 -> fe6c0e9c8


HAWQ-1419. Run RPS service tests in separate JVMs

(this closes #1202)


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

Branch: refs/heads/master
Commit: fe6c0e9c82d939dacc161bc15188aae0f7a48226
Parents: 1e9ea99
Author: Alexander Denissov <ad...@pivotal.io>
Authored: Tue Mar 28 14:48:07 2017 -0700
Committer: Alexander Denissov <ad...@pivotal.io>
Committed: Tue Mar 28 14:56:54 2017 -0700

----------------------------------------------------------------------
 ranger-plugin/service/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/fe6c0e9c/ranger-plugin/service/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-plugin/service/pom.xml b/ranger-plugin/service/pom.xml
index 500df1f..1633f68 100644
--- a/ranger-plugin/service/pom.xml
+++ b/ranger-plugin/service/pom.xml
@@ -61,6 +61,15 @@
                 </executions>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.19.1</version>
+                <configuration>
+                    <!-- run test classes in separate JVMs, as RangerHawqAuthorizerServiceNameTest requires it -->
+                    <reuseForks>false</reuseForks>
+                </configuration>
+            </plugin>
+            <plugin>
                 <artifactId>maven-war-plugin</artifactId>
                 <version>3.0.0</version>
                 <configuration>