mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix integration test
This commit is contained in:
parent
35b916433a
commit
bd3e7307d0
@ -626,7 +626,7 @@ def test_materialize_ttl_in_partition(started_cluster, name, engine):
|
||||
node1.query("""
|
||||
ALTER TABLE {name}
|
||||
MODIFY TTL
|
||||
d1 TO DISK 'external'
|
||||
d1 TO DISK 'external' SETTINGS materialize_ttl_after_modify = 0
|
||||
""".format(name=name))
|
||||
|
||||
time.sleep(0.5)
|
||||
|
Loading…
Reference in New Issue
Block a user