mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
checker fix
This commit is contained in:
parent
657afa849e
commit
cf245538b9
@ -63,4 +63,4 @@ def test_log_levels_update(start_cluster):
|
|||||||
|
|
||||||
log = get_log(node)
|
log = get_log(node)
|
||||||
assert len(log) > 0
|
assert len(log) > 0
|
||||||
assert not re.search("(<Trace>|<Debug>)", log)
|
assert not re.search("<Trace>", log)
|
||||||
|
Loading…
Reference in New Issue
Block a user