add missing __init__.py

This commit is contained in:
Alexander Tokmakov 2020-10-22 19:43:36 +03:00
parent b4f0e08369
commit ff68670029
3 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def test_RELOAD_CONFIG_AND_MACROS(started_cluster):
assert TSV(instance.query("select * from system.macros")) == TSV("instance\tch1\nmac\tro\n")
def test_SYSTEM_FLUSH_LOGS(started_cluster):
def test_system_flush_logs(started_cluster):
instance = cluster.instances['ch1']
instance.query('''
SET log_queries = 0;