Merge pull request #47575 from azat/ci/log-stats

Add missing SYSTEM FLUSH LOGS for log messages statistics
This commit is contained in:
Alexander Tokmakov 2023-03-14 17:37:07 +03:00 committed by GitHub
commit 275acb756a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1946,6 +1946,8 @@ def reportCoverage(args):
def reportLogStats(args):
clickhouse_execute(args, "SYSTEM FLUSH LOGS")
query = """
WITH
120 AS mins,