mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52: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")
|
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 = cluster.instances['ch1']
|
||||||
instance.query('''
|
instance.query('''
|
||||||
SET log_queries = 0;
|
SET log_queries = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user