mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add missing __init__.py
This commit is contained in:
parent
b4f0e08369
commit
ff68670029
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user