提交 7ec2c160 编写于 作者: A Adam Berlin 提交者: Adam Berlin

squash! Skip attempts to create target gp tablespace.

Drop the database and table to fix gpcheckcat.
上级 f9892624
......@@ -25,6 +25,8 @@ select count_of_items_in_directory('@testtablespace@/some_isolation2_pg_baseback
-- Cleanup things we've created
0U: select pg_drop_replication_slot('some_replication_slot');
drop database some_database_with_tablespace;
drop tablespace some_isolation2_pg_basebackup_tablespace;
!\retcode rm -rf @testtablespace@/some_isolation2_pg_basebackup;
!\retcode rm -rf @testtablespace@/some_isolation2_pg_basebackup_tablespace;
......@@ -54,6 +54,10 @@ select count_of_items_in_directory('@testtablespace@/some_isolation2_pg_baseback
--------------------------
(1 row)
drop database some_database_with_tablespace;
DROP
drop tablespace some_isolation2_pg_basebackup_tablespace;
DROP
!\retcode rm -rf @testtablespace@/some_isolation2_pg_basebackup;
-- start_ignore
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册