Repository: drill Updated Branches: refs/heads/master f1d1945b3 -> b0c4e0486
DRILL-5893: Reverted the number of forked test processes back to 2 This closes #1003 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/119251e2 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/119251e2 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/119251e2 Branch: refs/heads/master Commit: 119251e28b877e65a46a729d67d5c232665b1238 Parents: 02d5e17 Author: Timothy Farkas <[email protected]> Authored: Thu Oct 19 10:57:05 2017 -0700 Committer: Parth Chandra <[email protected]> Committed: Fri Oct 20 16:52:34 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/119251e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7610fa4..0cae23a 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ <dep.junit.version>4.11</dep.junit.version> <dep.slf4j.version>1.7.6</dep.slf4j.version> <dep.guava.version>18.0</dep.guava.version> - <forkCount>1C</forkCount> + <forkCount>2</forkCount> <parquet.version>1.8.1-drill-r0</parquet.version> <calcite.version>1.4.0-drill-r22</calcite.version> <janino.version>2.7.6</janino.version>
