]
Ondrej Chaloupka updated JBTM-3139:
-----------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request:
XTS localjunit xtstest at XTS/localjunit/xtstest are never run
--------------------------------------------------------------
Key: JBTM-3139
URL:
https://issues.jboss.org/browse/JBTM-3139
Project: JBoss Transaction Manager
Issue Type: Bug
Components: XTS
Affects Versions: 5.9.5.Final
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Minor
Tests in module {{XTS/localjunit/xtstest}} are never run. Even when used the `-Parq` the
tests invocation is skipped.
{code}
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ xtstest ---
[INFO] No sources to compile
[INFO]
[INFO] --- byteman-rulecheck-maven-plugin:4.0.4:rulecheck (rulecheck) @ xtstest ---
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ xtstest
---
[INFO] Copying byteman-4.0.4.jar to
/home/jenkins/workspace/btny-pulls-narayana/PROFILE/XTS/jdk/jdk8.latest/label/linux/XTS/localjunit/xtstest/target/lib/byteman.jar
[INFO] Copying byteman-submit-4.0.4.jar to
/home/jenkins/workspace/btny-pulls-narayana/PROFILE/XTS/jdk/jdk8.latest/label/linux/XTS/localjunit/xtstest/target/lib/byteman-submit.jar
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ xtstest ---
[INFO] Tests are skipped.
{code}