Skip to content

Commit

Permalink
HV-1147 Removing superfluous suite file; only using parallelism on te…
Browse files Browse the repository at this point in the history
…sts level;

The presence of the suite file suppressed the parallel=methods config.
Removing the file makes the parallel config kick in which made some tests
fail that aren't prepared for parallel execution on the method level. The
same issue would have appeared before when running a single test via
"-Dtest=..." as in that case also the parallel config was applied.
  • Loading branch information
gunnarmorling committed Nov 8, 2016
1 parent b9cdd15 commit 09169bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 1 addition & 4 deletions engine/pom.xml
Expand Up @@ -240,10 +240,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>${basedir}/src/test/suite/unit-tests.xml</suiteXmlFile>
</suiteXmlFiles>
<parallel>methods</parallel>
<parallel>tests</parallel>
<threadCount>4</threadCount>
</configuration>
</plugin>
Expand Down
9 changes: 0 additions & 9 deletions engine/src/test/suite/unit-tests.xml

This file was deleted.

0 comments on commit 09169bd

Please sign in to comment.