Update 02445_replicated_db_alter_partition.sh

This commit is contained in:
Alexander Tokmakov 2023-06-16 14:31:15 +03:00 committed by GitHub
parent baae6437ee
commit f576f1cf0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ $CLICKHOUSE_CLIENT -q "alter table $db.mt drop partition id 'all', update n = 2
$CLICKHOUSE_CLIENT -q "alter table $db.rmt drop partition id 'all', update n = 2 where 1" 2>&1| grep -Eo "not allowed to execute ALTERs of different types" | head -1
$CLICKHOUSE_CLIENT --distributed_ddl_task_timeout=3 -q "alter table $db.mt update n=2 where n=1" 2>&1| grep -Eo "TIMEOUT_EXCEEDED" | head -1
$CLICKHOUSE_CLIENT -q "alter table $db.rmt update n=2 where n=1"
$CLICKHOUSE_CLIENT -q "alter table $db.rmt update n=2 where n=1 settings mutations_sync=1"
$CLICKHOUSE_CLIENT -q "select 1, * from $db.rmt order by n"