Repository: hadoop Updated Branches: refs/heads/ozone-0.3 86c9418c1 -> 9aa6c7b2a
HDDS-645. Enable OzoneFS contract tests by default. Contributed by Arpit Agarwal. (cherry picked from commit c07b95bdfcd410aa82acdb1fed28e84981ff06f9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9aa6c7b2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9aa6c7b2 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9aa6c7b2 Branch: refs/heads/ozone-0.3 Commit: 9aa6c7b2ad09a7f084cd70d9595d4ddc380657b2 Parents: 86c9418 Author: Anu Engineer <[email protected]> Authored: Fri Oct 12 14:45:01 2018 -0700 Committer: Anu Engineer <[email protected]> Committed: Fri Oct 12 14:46:40 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/ozonefs/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9aa6c7b2/hadoop-ozone/ozonefs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index 8174b74..eb7de6b 100644 --- a/hadoop-ozone/ozonefs/pom.xml +++ b/hadoop-ozone/ozonefs/pom.xml @@ -102,6 +102,15 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>ITestOzoneContract*.java</include> + </includes> + </configuration> + </plugin> </plugins> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
