Skip to content

Commit

Permalink
add java test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Jan 11, 2019
1 parent 03a106e commit c40f217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration/spark2/pom.xml
Expand Up @@ -194,6 +194,12 @@
<version>2.18</version>
<!-- Note config is repeated in scalatest config -->
<configuration>
<includes>
<include>**/Test*.java</include>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
<include>**/*Suite.java</include>
</includes>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<argLine>-Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine>
<systemProperties>
Expand Down

0 comments on commit c40f217

Please sign in to comment.