mirror of https://github.com/citusdata/citus.git
Fix metadata sync fails on multi_function_evaluation
parent
7e851d2b9b
commit
bb636e6a29
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
# ----------
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue