fix integration test

This commit is contained in:
Anton Popov 2020-05-20 01:43:16 +03:00
parent 35b916433a
commit bd3e7307d0

View File

@ -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)