fix failded tests

This commit is contained in:
Denis Zhuravlev 2021-08-13 10:24:30 -03:00
parent c83551ef8e
commit f20660455c

View File

@ -10,12 +10,12 @@ node = cluster.add_instance('node_default')
system_logs = [
# disabled by default
('system.part_log', 0),
('system.text_log', 0),
# enabled by default
('system.query_log', 1),
('system.query_thread_log', 1),
('system.part_log', 1),
('system.trace_log', 1),
('system.metric_log', 1),
]