[jira] [Updated] (SUREFIRE-1789) inclusion using fully qualified class name is not respected

2020-05-05 Thread Tibor Digana (Jira)


 [ 
https://issues.apache.org/jira/browse/SUREFIRE-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tibor Digana updated SUREFIRE-1789:
---
Fix Version/s: 3.0

> inclusion using fully qualified class name is not respected
> ---
>
> Key: SUREFIRE-1789
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1789
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Maven Failsafe Plugin, Maven Surefire Plugin
>Affects Versions: 2.22.2
>Reporter: Mark Lehky
>Priority: Minor
> Fix For: 3.0
>
>
> I am trying to use {{include}} configuration using fully qualified class 
> name, as described 
> [here|https://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html#Fully_qualified_class_name].
> I have the following hierarchy in my test folder (showing only relevant 
> parts):
> {noformat}
> src/test/java
> + features.feature_a
> +- SomeStory.java
> + ignore.features.under_construction
> +- AnotherStory.java
> {noformat}
> My pom configuration is:
> {code:xml}
> 
>   org.apache.maven.plugins
>   maven-failsafe-plugin
>   ${surefire.plugin.version}
>   
>   
>   features.*.*Story
>   
>   
>   
>   
>   
>   integration-test
>   verify
>   
>   
>   
> 
> {code}
> When I execute {{mvn verify}} both of the above Stories are run.
> I am expecting that only "SomeStory" will be run. The other test 
> "AnotherStory", is not in the package "features.*".



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (SUREFIRE-1789) inclusion using fully qualified class name is not respected

2020-05-05 Thread Mark Lehky (Jira)


 [ 
https://issues.apache.org/jira/browse/SUREFIRE-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Lehky updated SUREFIRE-1789:
-
Description: 
I am trying to use {{include}} configuration using fully qualified class name, 
as described 
[here|https://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html#Fully_qualified_class_name].
I have the following hierarchy in my test folder (showing only relevant parts):

{noformat}
src/test/java
+ features.feature_a
+- SomeStory.java
+ ignore.features.under_construction
+- AnotherStory.java
{noformat}

My pom configuration is:

{code:xml}

org.apache.maven.plugins
maven-failsafe-plugin
${surefire.plugin.version}


features.*.*Story





integration-test
verify




{code}

When I execute {{mvn verify}} both of the above Stories are run.

I am expecting that only "SomeStory" will be run. The other test 
"AnotherStory", is not in the package "features.*".

  was:
I am trying to use {{include}} configuration using fully qualified class name, 
as described 
[here|https://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html#Fully_qualified_class_name].
I have the following hierarchy in my test folder (showing only relevant parts):

{noformat}
+ features.feature_a
+- SomeStory.java
+ ignore.features.under_construction
+- AnotherStory.java
{noformat}

My pom configuration is:

{code:xml}

org.apache.maven.plugins
maven-failsafe-plugin
${surefire.plugin.version}


features.*.*Story





integration-test
verify




{code}

When I execute {{mvn verify}} both of the above Stories are run.

I am expecting that only "SomeStory" will be run. The other test 
"AnotherStory", is not in the package "features.*".


> inclusion using fully qualified class name is not respected
> ---
>
> Key: SUREFIRE-1789
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1789
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Maven Failsafe Plugin, Maven Surefire Plugin
>Affects Versions: 2.22.2
>Reporter: Mark Lehky
>Priority: Minor
>
> I am trying to use {{include}} configuration using fully qualified class 
> name, as described 
> [here|https://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html#Fully_qualified_class_name].
> I have the following hierarchy in my test folder (showing only relevant 
> parts):
> {noformat}
> src/test/java
> + features.feature_a
> +- SomeStory.java
> + ignore.features.under_construction
> +- AnotherStory.java
> {noformat}
> My pom configuration is:
> {code:xml}
> 
>   org.apache.maven.plugins
>   maven-failsafe-plugin
>   ${surefire.plugin.version}
>   
>   
>   features.*.*Story
>   
>   
>   
>   
>   
>   integration-test
>   verify
>   
>   
>   
> 
> {code}
> When I execute {{mvn verify}} both of the above Stories are run.
> I am expecting that only "SomeStory" will be run. The other test 
> "AnotherStory", is not in the package "features.*".



--
This message was sent by Atlassian Jira
(v8.3.4#803005)