mirror of https://github.com/citusdata/citus.git
Fix psql-dependent remove ref table test
parent
b73cbaa808
commit
81895b1692
|
@ -631,12 +631,12 @@ WHERE
|
||||||
|
|
||||||
\c - - - :master_port
|
\c - - - :master_port
|
||||||
-- verify table structure is changed
|
-- verify table structure is changed
|
||||||
\d remove_node_reference_table
|
SELECT "Column", "Type", "Modifiers" FROM table_desc WHERE relid='public.remove_node_reference_table'::regclass;
|
||||||
Table "public.remove_node_reference_table"
|
|
||||||
Column | Type | Modifiers
|
Column | Type | Modifiers
|
||||||
---------+---------+-----------
|
---------+---------+-----------
|
||||||
column1 | integer |
|
column1 | integer |
|
||||||
column2 | integer |
|
column2 | integer |
|
||||||
|
(2 rows)
|
||||||
|
|
||||||
-- re-add the node for next tests
|
-- re-add the node for next tests
|
||||||
SELECT master_add_node('localhost', :worker_2_port);
|
SELECT master_add_node('localhost', :worker_2_port);
|
||||||
|
|
|
@ -384,7 +384,7 @@ WHERE
|
||||||
\c - - - :master_port
|
\c - - - :master_port
|
||||||
|
|
||||||
-- verify table structure is changed
|
-- verify table structure is changed
|
||||||
\d remove_node_reference_table
|
SELECT "Column", "Type", "Modifiers" FROM table_desc WHERE relid='public.remove_node_reference_table'::regclass;
|
||||||
|
|
||||||
-- re-add the node for next tests
|
-- re-add the node for next tests
|
||||||
SELECT master_add_node('localhost', :worker_2_port);
|
SELECT master_add_node('localhost', :worker_2_port);
|
||||||
|
|
Loading…
Reference in New Issue