Merge pull request #5574 from citusdata/fix_metadata_sync_fails_on_multi_function_evaluation

Fix metadata sync fails on multi_function_evaluation
pull/5549/head^2
Halil Ozan Akgül 2021-12-27 10:53:04 +03:00 committed by GitHub
commit e3d1a42f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;