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

Chetan Mehrotra resolved OAK-6599.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.7

Renamed the test to confirm to convention with 1806763

> Review testcases which do not confirm to Maven test pattern 
> ------------------------------------------------------------
>
>                 Key: OAK-6599
>                 URL: https://issues.apache.org/jira/browse/OAK-6599
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: core, lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.8, 1.7.7
>
>
> [~diru] highlighted in OAK-6598 that some test in Oak do not confirm to Maven 
> test pattern and hence are not executed in builds done from Maven.
> From [1] and [2] by default test with following pattern are considered as 
> test by Maven
> {noformat}
> "**/Test*.java" - includes all of its subdirectories and all java filenames 
> that start with "Test".
> "**/*Test.java" - includes all of its subdirectories and all java filenames 
> that end with "Test".
> "**/*TestCase.java" - includes all of its subdirectories and all java 
> filenames that end with "TestCase".
> Integration test
> "**/IT*.java" - includes all of its subdirectories and all Java filenames 
> that start with "IT".
> "**/*IT.java" - includes all of its subdirectories and all Java filenames 
> that end with "IT".
> "**/*ITCase.java" - includes all of its subdirectories and all Java filenames 
> that end with "ITCase".
> {noformat}
> We should identify such test and rename them to confirm to the pattern
> [1] 
> http://maven.apache.org/surefire-archives/maven-surefire-2.15/maven-surefire-plugin/examples/inclusion-exclusion.html
> [2] 
> http://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to