Fix multi partitioning test

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-13 15:22:36 +03:00
parent 2e046ea8e5
commit b7f3e1e766
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
2 changed files with 3 additions and 3 deletions

View File

@ -4301,8 +4301,8 @@ WHERE schemaname = 'partitioning_schema' AND tablename ilike '%part_table_with_%
(2 rows)
-- should work properly - no names clashes
SELECT citus_activate_node('localhost', :worker_1_port);
citus_activate_node
SELECT 1 FROM citus_activate_node('localhost', :worker_1_port);
?column?
---------------------------------------------------------------------
1
(1 row)

View File

@ -1992,7 +1992,7 @@ SELECT tablename, indexname FROM pg_indexes
WHERE schemaname = 'partitioning_schema' AND tablename ilike '%part_table_with_%' ORDER BY 1, 2;
-- should work properly - no names clashes
SELECT citus_activate_node('localhost', :worker_1_port);
SELECT 1 FROM citus_activate_node('localhost', :worker_1_port);
\c - - - :worker_1_port
-- check that indexes are named properly