mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Update 02485_zero_copy_commit_fail.sql
This commit is contained in:
parent
f8062d77e1
commit
835ef602da
@ -1,3 +1,4 @@
|
||||
-- Tags: no-fasttest
|
||||
|
||||
create table rmt1 (n int, m int, k int) engine=ReplicatedMergeTree('/test/02485/{database}/rmt', '1') order by n
|
||||
settings storage_policy='s3_cache', allow_remote_fs_zero_copy_replication=1, old_parts_lifetime=60, cleanup_delay_period=60, max_cleanup_delay_period=60, cleanup_delay_period_random_add=1, min_bytes_for_wide_part=0, simultaneous_parts_removal_limit=1;
|
||||
|
Loading…
Reference in New Issue
Block a user