Explorar o código

HDDS-1916. Only contract tests are run in ozonefs module

Signed-off-by: Anu Engineer <aengineer@apache.org>
Doroszlai, Attila %!s(int64=5) %!d(string=hai) anos
pai
achega
9691117099
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      hadoop-ozone/ozonefs/pom.xml

+ 5 - 1
hadoop-ozone/ozonefs/pom.xml

@@ -68,7 +68,11 @@
         <configuration>
           <includes>
             <include>ITestOzoneContract*.java</include>
-          </includes>          
+            <include>**/Test*.java</include>
+            <include>**/*Test.java</include>
+            <include>**/*Tests.java</include>
+            <include>**/*TestCase.java</include>
+          </includes>
         </configuration>
       </plugin>
       <plugin>