Skip to content

Commit 1421bad

Browse files
authored
Less flaky tests (#796)
* Clean up pom. * Use only 1 process at a time for unit tests.
1 parent a47eb41 commit 1421bad

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@
9292
<version>${scala.version}</version>
9393
</dependency>
9494

95-
<!-- Note: this is not yet available in a public maven repo.
96-
If you use the installer, the version will be replaced
97-
with the compiled version-->
9895
<dependency>
9996
<groupId>mesosphere</groupId>
10097
<artifactId>chaos_2.11</artifactId>
@@ -418,7 +415,7 @@
418415
<configuration>
419416
<argLine>-Xmx1024m -Duser.timezone=UTC</argLine>
420417
<redirectTestOutputToFile>false</redirectTestOutputToFile>
421-
<forkCount>3</forkCount>
418+
<forkCount>1</forkCount>
422419
<reuseForks>true</reuseForks>
423420
<includes>
424421
<include>**/Test*.java</include>
@@ -433,14 +430,6 @@
433430
</systemProperties>
434431
</configuration>
435432
</plugin>
436-
<!-- TODO(FL): use this plugin to run a local version directly from maven <plugin>-->
437-
<!--<groupId>org.codehaus.mojo</groupId>-->
438-
<!--<artifactId>exec-maven-plugin</artifactId>-->
439-
<!--<version>1.2.1</version>-->
440-
<!--<configuration>-->
441-
<!--<mainClass>${mainClass}</mainClass>-->
442-
<!--</configuration>-->
443-
<!--</plugin>-->
444433
<plugin>
445434
<groupId>org.apache.maven.plugins</groupId>
446435
<artifactId>maven-dependency-plugin</artifactId>
@@ -458,7 +447,6 @@
458447
</executions>
459448
</plugin>
460449

461-
<!-- TODO: Add maven/scalastyle-check -->
462450
<plugin>
463451
<artifactId>maven-clean-plugin</artifactId>
464452
<version>${maven-clean-plugin.version}</version>

0 commit comments

Comments
 (0)