Skip to content

Commit

Permalink
Added an element for setting high_rep policy for unittests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Apr 30, 2015
1 parent 602b04a commit 97f3c26
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions unittests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,11 @@
<version>${appengine.version}</version>
<configuration>
<enableJarClasses>false</enableJarClasses>
<!-- Comment in the below snippet to bind to all IPs instead of just localhost -->
<!-- address>0.0.0.0</address>
<port>8080</port -->
<!-- Comment in the below snippet to enable local debugging with a remove debugger
like those included with Eclipse or IntelliJ -->
<!-- jvmFlags>
<jvmFlag>-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n</jvmFlag>
</jvmFlags -->
<!-- [START maven_test_highrep_configuration] -->
<jvmFlags>
<jvmFlag>-Ddatastore.default_high_rep_job_policy_unapplied_job_pct=20</jvmFlag>
</jvmFlags>
<!-- [END maven_test_highrep_configuration] -->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 97f3c26

Please sign in to comment.