File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ -XX:-TieredCompilation -XX:TieredStopAtLevel=1 -XX:+UseParallelGC -Djava.awt.headless=true
Original file line number Diff line number Diff line change
1
+ -T2C
2
+ --strict-checksums
Original file line number Diff line number Diff line change 12
12
<description >Parent for guava artifacts</description >
13
13
<url >https://github.com/google/guava</url >
14
14
<properties >
15
+ <!-- Enable parallel test execution -->
16
+ <parallel >all</parallel >
17
+ <perCoreThreadCount >false</perCoreThreadCount >
18
+ <threadCount >48</threadCount >
15
19
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
16
20
<test .include>%regex[.*.class]</test .include>
17
21
<truth .version>1.4.2</truth .version>
31
35
<otherVariant .version>HEAD-android-SNAPSHOT</otherVariant .version>
32
36
<otherVariant .jvmEnvironment>android</otherVariant .jvmEnvironment>
33
37
<otherVariant .jvmEnvironmentVariantName>android</otherVariant .jvmEnvironmentVariantName>
38
+ <surefire .rerunFailingTestsCount>3</surefire .rerunFailingTestsCount>
34
39
</properties >
35
40
<issueManagement >
36
41
<system >GitHub Issues</system >
230
235
</plugin >
231
236
<plugin >
232
237
<artifactId >maven-surefire-plugin</artifactId >
233
- <version >2.7.2 </version >
238
+ <version >3.2.5 </version >
234
239
<configuration >
235
240
<includes >
236
241
<include >${test.include} </include >
249
254
<!-- Set max heap for tests. -->
250
255
<!-- Catch dependencies on the default locale by setting it to hi-IN. -->
251
256
<argLine >-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.opens} </argLine >
257
+ <reuseForks >true</reuseForks >
258
+ <forkCount >2C</forkCount >
252
259
</configuration >
253
260
</plugin >
254
261
<plugin >
You can’t perform that action at this time.
0 commit comments