You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by je...@apache.org on 2014/02/21 02:00:28 UTC

git commit: PHOENIX-65: Timeout in running E2E tests after PHOENIX-42 commit

Repository: incubator-phoenix
Updated Branches:
  refs/heads/master c23c60ee1 -> b549785e8


PHOENIX-65: Timeout in running E2E tests after PHOENIX-42 commit


Project: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/commit/b549785e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/tree/b549785e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/diff/b549785e

Branch: refs/heads/master
Commit: b549785e84a988ca09269a859ab32ac4378c94a2
Parents: c23c60e
Author: Jeffrey Zhong <jz...@JZhongs-MacBook-Pro.local>
Authored: Thu Feb 20 17:03:00 2014 -0800
Committer: Jeffrey Zhong <jz...@JZhongs-MacBook-Pro.local>
Committed: Thu Feb 20 17:03:00 2014 -0800

----------------------------------------------------------------------
 .../apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/b549785e/phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java b/phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
index f83ac41..8a2f304 100644
--- a/phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
+++ b/phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
@@ -71,7 +71,7 @@ public class ConnectionQueryServicesTestImpl extends ConnectionQueryServicesImpl
                 util.deleteTable(table.getName());
             }
         } else {
-            util.restoreCluster();
+            util.shutdownMiniCluster();
         }
     }