Repository: crunch Updated Branches: refs/heads/master 19c0c2d8d -> e884bf238
CRUNCH-559: Enabling Spark integration tests Signed-off-by: Micah Whitacre <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/e884bf23 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/e884bf23 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/e884bf23 Branch: refs/heads/master Commit: e884bf238bdb9443d091690e8db19f5c2ed4c6df Parents: 19c0c2d Author: Josh Wills <[email protected]> Authored: Tue Sep 8 22:09:21 2015 -0700 Committer: Micah Whitacre <[email protected]> Committed: Wed Sep 9 07:24:48 2015 -0500 ---------------------------------------------------------------------- crunch-spark/pom.xml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/e884bf23/crunch-spark/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-spark/pom.xml b/crunch-spark/pom.xml index 5fbda82..566e198 100644 --- a/crunch-spark/pom.xml +++ b/crunch-spark/pom.xml @@ -192,6 +192,7 @@ under the License. <includes> <include>**/*Test.*</include> <include>**/*Suite.*</include> + <include>**/*IT.*</include> </includes> </configuration> <executions> http://git-wip-us.apache.org/repos/asf/crunch/blob/e884bf23/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 714d616..a62f949 100644 --- a/pom.xml +++ b/pom.xml @@ -779,7 +779,7 @@ under the License. <artifactId>maven-failsafe-plugin</artifactId> <version>2.18.1</version> <configuration> - <argLine>-Xmx1G -Dfile.encoding=UTF-8</argLine> + <argLine>-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m -Dfile.encoding=UTF-8</argLine> <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory> </configuration> <executions>
