From 9c387311d4576c14132f427662db7a3c918115d0 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sun, 18 Dec 2016 16:54:44 +0100 Subject: [PATCH] Remove pointless ignore regex and fix tests This ignore regex was simply hiding the fact that one expected test output was broken. Remove the ignore and fix the test. --- src/test/regress/atmsort.pm | 3 --- src/test/regress/expected/create_index.out | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/test/regress/atmsort.pm b/src/test/regress/atmsort.pm index d62dc47ea3..2653509722 100644 --- a/src/test/regress/atmsort.pm +++ b/src/test/regress/atmsort.pm @@ -410,9 +410,6 @@ m/^HINT: The \'DISTRIBUTED BY\' clause determines the distribution of data/ m/^WARNING: Referential integrity \(.*\) constraints are not supported in Greenplum Database/ - -m/^\s*Distributed by:\s+\(.*\)\s*$/ - # ignore notices for DROP sqlobject IF EXISTS "objectname" # eg NOTICE: table "foo" does not exist, skipping # diff --git a/src/test/regress/expected/create_index.out b/src/test/regress/expected/create_index.out index 8b9c8de73e..7a2394e9d9 100755 --- a/src/test/regress/expected/create_index.out +++ b/src/test/regress/expected/create_index.out @@ -444,7 +444,7 @@ Indexes: "concur_index5" btree (f2) WHERE f1 = 'x'::text "concur_index6" btree ((f2 || f1)) "std_index" btree (f2) -Distributed by: (f1) +Distributed by: (dk) DROP TABLE concur_heap; -- -- GitLab