Fix metadata sync fails on multi_function_evaluation

pull/5574/head
Halil Ozan Akgul 2021-12-24 19:21:22 +03:00
parent 7e851d2b9b
commit bb636e6a29
3 changed files with 4 additions and 2 deletions

View File

@ -131,4 +131,5 @@ SELECT master_copy_shard_placement(
transfer_mode := 'block_writes');
ERROR: Table 'mx_table' is streaming replicated. Shards of streaming replicated tables cannot be copied
SET client_min_messages TO ERROR;
DROP TABLE mcsp.history;
DROP SCHEMA mcsp CASCADE;

View File

@ -242,13 +242,13 @@ test: multi_schema_support
# ----------
# multi_function_evaluation tests edge-cases in master-side function pre-evaluation
# ----------
test: check_mx
test: turn_mx_off
test: multi_function_evaluation
# ----------
# multi_truncate tests truncate functionality for distributed tables
# ----------
test: check_mx
test: turn_mx_off
test: multi_truncate
# ----------

View File

@ -106,4 +106,5 @@ SELECT master_copy_shard_placement(
transfer_mode := 'block_writes');
SET client_min_messages TO ERROR;
DROP TABLE mcsp.history;
DROP SCHEMA mcsp CASCADE;