PHOENIX-2856 HBaseManagedTimeTableReuseTest category isn't getting run
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9d1e5f80 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9d1e5f80 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9d1e5f80 Branch: refs/heads/4.x-HBase-1.0 Commit: 9d1e5f80d703961b11f5c5b36c360a4594a80f61 Parents: f5dcf1c Author: Samarth <[email protected]> Authored: Sat Apr 23 10:29:40 2016 -0700 Committer: Samarth <[email protected]> Committed: Sat Apr 23 10:29:40 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/9d1e5f80/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7fa62f5..35c0424 100644 --- a/pom.xml +++ b/pom.xml @@ -295,7 +295,7 @@ <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory> - <groups>org.apache.phoenix.end2end.HBaseManagedTimeTest</groups> + <groups>org.apache.phoenix.end2end.HBaseManagedTimeTableReuseTest</groups> <shutdown>kill</shutdown> </configuration> <goals>
