From ad5dfc159bbc333dae98a0ab640fc9ac95fa1b9f Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 14 Mar 2023 14:34:02 +0100 Subject: [PATCH] Add missing SYSTEM FLUSH LOGS for log messages statistics Signed-off-by: Azat Khuzhin --- tests/clickhouse-test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/clickhouse-test b/tests/clickhouse-test index c1103da1552..41ee815827d 100755 --- a/tests/clickhouse-test +++ b/tests/clickhouse-test @@ -1946,6 +1946,8 @@ def reportCoverage(args): def reportLogStats(args): + clickhouse_execute(args, "SYSTEM FLUSH LOGS") + query = """ WITH 120 AS mins,