You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/apache/incubator-kie-optaplanner
cd ./incubator-kie-optaplanner
mvn edu.illinois:nondex-maven-plugin:2.1.7-SNAPSHOT:nondex -pl build/optaplanner-ide-config | tee ./ide-config.log
and you will find
[ERROR] Failed to execute goal edu.illinois:nondex-maven-plugin:2.1.7-SNAPSHOT:nondex (default-cli) on project optaplanner-ide-config: Unable to execute mojo: groups/excludedGroups require TestNG, JUnit48+ or JUnit 5 (a specific engine required on classpath) on project test classpath -> [Help 1]
Problem
For many Apache repos like OptaPlanner, ActiveMQ Artemis, logging-log4j2, the nondex build fails in the middle to make the finding flaky test process troublesome, in detail groups/excludedGroups Mojo is needed during the execution process of the nondex (https://github.com/TestingResearchIllinois/NonDex/blob/875fdd02435fef3e707e1032f85b6aa4609533c4/nondex-maven-plugin/src/it/excluded-groups-it/module1/pom.xml#L20C67-L20C67), but not sure why in some sub-module that Mojo can not execute because these sub-module do not support certain version of Junit?
Error message
But this repo works well with mvn clean install
Reproduce
SHA: 00a2db53c760a8c9b8c5b69fd2e33cf2b57bd5e9
and you will find
Related discussion:
https://campuswire.com/c/G7A0E96FD/feed/650
https://campuswire.com/c/G7A0E96FD/feed/628
The text was updated successfully, but these errors were encountered: