Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 54362430d -> 0cec97017
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/0cec9701 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0cec9701 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0cec9701 Branch: refs/heads/4.x-HBase-0.98 Commit: 0cec970179beebedc90aff7903345b6ec3329c66 Parents: 5436243 Author: Samarth <[email protected]> Authored: Fri Apr 22 23:20:04 2016 -0700 Committer: Samarth <[email protected]> Committed: Fri Apr 22 23:20:04 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/0cec9701/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 758eb3a..69a0ef8 100644 --- a/pom.xml +++ b/pom.xml @@ -296,7 +296,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>
