]
Tristan Tarrant updated ISPN-10099:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Some modules disable execution default-test but not java8-test
--------------------------------------------------------------
Key: ISPN-10099
URL:
https://issues.jboss.org/browse/ISPN-10099
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.4.11.Final, 10.0.0.Beta3
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 10.0.0.Beta4, 9.4.13.Final
ISPN-9959 introduced executions {{java8-test}} and {{java10-test}}, but some modules
(e.g. {{jcache/tck-runner}}) only disable the {{default-test}} execution when they want to
skip Surefire completely.
When profile {{java8-test}} is activated, Surefire tries to run the tests for those
modules and fails:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (java8-test) on project
infinispan-jcache-tck-runner: Illegal parallel='tests' -> [Help 1]
{noformat}