Repository: phoenix Updated Branches: refs/heads/master 6ff638e18 -> f8186770b
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/f8186770 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f8186770 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f8186770 Branch: refs/heads/master Commit: f8186770b227479e9256b9991e27410ab6ebd24a Parents: 6ff638e Author: Samarth <[email protected]> Authored: Fri Apr 22 23:36:21 2016 -0700 Committer: Samarth <[email protected]> Committed: Fri Apr 22 23:36:21 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/f8186770/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d10f840..8d426cd 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>
