mirror of https://github.com/citusdata/citus.git
Fix test errors
parent
23db7f0f7f
commit
9508806d2f
|
@ -186,3 +186,6 @@ ORDER BY
|
||||||
-- dropping the parent should CASCADE to the children as well
|
-- dropping the parent should CASCADE to the children as well
|
||||||
DROP TABLE partitioning_test;
|
DROP TABLE partitioning_test;
|
||||||
\d+ 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;
|
||||||
|
|
|
@ -172,3 +172,6 @@ ERROR: table "partitioning_test" does not exist
|
||||||
id | integer | | plain | |
|
id | integer | | plain | |
|
||||||
time | date | | 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;
|
||||||
|
|
|
@ -124,3 +124,7 @@ ORDER BY
|
||||||
DROP TABLE partitioning_test;
|
DROP TABLE partitioning_test;
|
||||||
|
|
||||||
\d+ 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;
|
||||||
|
|
Loading…
Reference in New Issue