DRILL-3089: Revert to 2 forked test and allow override from command line
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/7c782444 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/7c782444 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/7c782444 Branch: refs/heads/master Commit: 7c7824443d8a6621bfe76f384c0598b511fb25b8 Parents: 6958246 Author: Aditya Kishore <[email protected]> Authored: Thu May 14 16:11:08 2015 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Thu May 14 22:18:02 2015 -0700 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/7c782444/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 678d201..e4b7bb4 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ <proto.cas.path>${project.basedir}/src/main/protobuf/</proto.cas.path> <dep.junit.version>4.11</dep.junit.version> <dep.slf4j.version>1.7.6</dep.slf4j.version> + <forkCount>2</forkCount> <parquet.version>1.6.0rc3-drill-r0.3</parquet.version> </properties> @@ -370,7 +371,7 @@ -Dorg.apache.drill.exec.server.Drillbit.system_options="org.apache.drill.exec.compile.ClassTransformer.scalar_replacement=on" -XX:MaxPermSize=256M -XX:MaxDirectMemorySize=3072M -XX:+CMSClassUnloadingEnabled -ea</argLine> - <forkCount>1C</forkCount> + <forkCount>${forkCount}</forkCount> <reuseForks>true</reuseForks> <additionalClasspathElements> <additionalClasspathElement>./exec/jdbc/src/test/resources/storage-plugins.json</additionalClasspathElement>
