mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #47575 from azat/ci/log-stats
Add missing SYSTEM FLUSH LOGS for log messages statistics
This commit is contained in:
commit
275acb756a
@ -1946,6 +1946,8 @@ def reportCoverage(args):
|
||||
|
||||
|
||||
def reportLogStats(args):
|
||||
clickhouse_execute(args, "SYSTEM FLUSH LOGS")
|
||||
|
||||
query = """
|
||||
WITH
|
||||
120 AS mins,
|
||||
|
Loading…
Reference in New Issue
Block a user