[
https://issues.jboss.org/browse/DROOLS-2619?page=com.atlassian.jira.plugi...
]
Barbora Siskova updated DROOLS-2619:
------------------------------------
Description:
There are multiple tests in some of our repositories (namely drools and kie-wb-common
repositories) with names not following the default wildcard patterns of
maven-surefire-plugin and maven-failsafe-plugin. As a result, these tests are not executed
on Jenkins. Proper names for test classes should follow these patterns:
- **/Test*.java, **/*Test.java, **/*TestCase.java for surefire plugin or
- **/IT*.java, **/*IT.java, **/*ITCase.java for failsafe plugin;
was:
There are multiple tests in some of our repositories (namely drools, kie-wb-common and
appformer repositories) with names not following the default wildcard patterns of
maven-surefire-plugin and maven-failsafe-plugin. As a result, these tests are not executed
on Jenkins. Proper names for test classes should follow these patterns:
- **/Test*.java, **/*Test.java, **/*TestCase.java for surefire plugin or
- **/IT*.java, **/*IT.java, **/*ITCase.java for failsafe plugin;
Tests are not executed due to test name not following required
pattern
----------------------------------------------------------------------
Key: DROOLS-2619
URL:
https://issues.jboss.org/browse/DROOLS-2619
Project: Drools
Issue Type: Bug
Reporter: Barbora Siskova
Assignee: Barbora Siskova
There are multiple tests in some of our repositories (namely drools and kie-wb-common
repositories) with names not following the default wildcard patterns of
maven-surefire-plugin and maven-failsafe-plugin. As a result, these tests are not executed
on Jenkins. Proper names for test classes should follow these patterns:
- **/Test*.java, **/*Test.java, **/*TestCase.java for surefire plugin or
- **/IT*.java, **/*IT.java, **/*ITCase.java for failsafe plugin;
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)