Repository: hadoop Updated Branches: refs/heads/trunk 3a684a2b2 -> c07b95bdf
HDDS-645. Enable OzoneFS contract tests by default. Contributed by Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c07b95bd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c07b95bd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c07b95bd Branch: refs/heads/trunk Commit: c07b95bdfcd410aa82acdb1fed28e84981ff06f9 Parents: 3a684a2 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:04 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/ozonefs/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c07b95bd/hadoop-ozone/ozonefs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index 8f7a0a6..0bf1c3a 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]
