Simple coverage of fsync_after_insert/fsync_tmp_directory with batching

This commit is contained in:
Azat Khuzhin 2021-01-09 15:55:55 +03:00
parent ae0b15455f
commit 9cdb1d4ae6

View File

@ -36,7 +36,7 @@ CREATE TABLE distributed (x UInt32) ENGINE = Distributed('test_cluster', 'defaul
remote.query("CREATE TABLE local2 (d Date, x UInt32, s String) ENGINE = MergeTree(d, x, 8192)")
instance_test_inserts_batching.query('''
CREATE TABLE distributed (d Date, x UInt32) ENGINE = Distributed('test_cluster', 'default', 'local2')
CREATE TABLE distributed (d Date, x UInt32) ENGINE = Distributed('test_cluster', 'default', 'local2') SETTINGS fsync_after_insert=1, fsync_tmp_directory=1
''')
instance_test_inserts_local_cluster.query(