You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by wl...@apache.org on 2016/11/02 09:56:41 UTC

incubator-hawq git commit: HAWQ-1128. Bugfix for HAWQ-1128 test code.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master fed12f1a5 -> 9c9d26241


HAWQ-1128. Bugfix for HAWQ-1128 test code.


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

Branch: refs/heads/master
Commit: 9c9d262418095b07c9d8d299ade5b58e28618b17
Parents: fed12f1
Author: xunzhang <xu...@gmail.com>
Authored: Wed Nov 2 17:45:41 2016 +0800
Committer: Wen Lin <wl...@pivotal.io>
Committed: Wed Nov 2 17:56:22 2016 +0800

----------------------------------------------------------------------
 src/test/feature/ManagementTool/test_hawq_register_usage1.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/9c9d2624/src/test/feature/ManagementTool/test_hawq_register_usage1.cpp
----------------------------------------------------------------------
diff --git a/src/test/feature/ManagementTool/test_hawq_register_usage1.cpp b/src/test/feature/ManagementTool/test_hawq_register_usage1.cpp
index ce6ed08..e633072 100644
--- a/src/test/feature/ManagementTool/test_hawq_register_usage1.cpp
+++ b/src/test/feature/ManagementTool/test_hawq_register_usage1.cpp
@@ -19,7 +19,6 @@ TEST_F(TestHawqRegister, TestUsage1ExpectSuccessDifferentSchema) {
   string rootPath(util.getTestRootPath());
   string filePath = rootPath + "/ManagementTool/data/parquet200/dat.paq";
 
-  util.execute("drop table if exists xz.t;");
   util.execute("drop schema if exists xz;");
   util.execute("create schema xz;");
   util.execute("drop table if exists t;");