Fix test errors

pull/1467/head
Onder Kalaci 2017-07-03 14:01:52 +03:00
parent 23db7f0f7f
commit 9508806d2f
3 changed files with 10 additions and 0 deletions

View File

@ -186,3 +186,6 @@ ORDER BY
-- dropping the parent should CASCADE to the children as well
DROP TABLE partitioning_test;
\d+ partitioning_test*
-- set the colocationid sequence back to 1 to make sure
-- that this file does not break other tests
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1;

View File

@ -172,3 +172,6 @@ ERROR: table "partitioning_test" does not exist
id | integer | | plain | |
time | date | | plain | |
-- set the colocationid sequence back to 1 to make sure
-- that this file does not break other tests
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1;

View File

@ -124,3 +124,7 @@ ORDER BY
DROP TABLE partitioning_test;
\d+ partitioning_test*
-- set the colocationid sequence back to 1 to make sure
-- that this file does not break other tests
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1;