HAWQ-548. Fix wrong unit test case for ip address parsing of interconnect
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/d259efff Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/d259efff Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/d259efff Branch: refs/heads/HAWQ-459 Commit: d259efffbce3d9b1eb4e68646632d6419cf2c745 Parents: 1a75a2a Author: Lili Ma <[email protected]> Authored: Wed Mar 16 13:40:05 2016 +0800 Committer: Lili Ma <[email protected]> Committed: Wed Mar 16 14:18:49 2016 +0800 ---------------------------------------------------------------------- src/test/regress/expected/function.out | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/d259efff/src/test/regress/expected/function.out ---------------------------------------------------------------------- diff --git a/src/test/regress/expected/function.out b/src/test/regress/expected/function.out index d493ed5..bda1ded 100644 --- a/src/test/regress/expected/function.out +++ b/src/test/regress/expected/function.out @@ -881,7 +881,6 @@ DROP FUNCTION outer(int); DROP FUNCTION inner(int); -- TEARDOWN DROP TABLE foo; - -- HAWQ-510 drop table if exists testEntryDB; NOTICE: table "testentrydb" does not exist, skipping @@ -895,3 +894,6 @@ where t1.value=t2.value; -----+------- 1 | 0 2 | 0 +(2 rows) + +drop table testEntryDB;
