From 2b0c741892da3e39c941355c65b1d37254278f13 Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Thu, 5 Feb 2026 13:51:39 +0000 Subject: [PATCH] Add TAP test for FLUSH STATS commands Add tests for PROXYSQL FLUSH STATS, PROXYSQL FLUSH MYSQL STATS, and PROXYSQL FLUSH PGSQL STATS admin commands. --- test/tap/tests/admin_various_commands2-t.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tap/tests/admin_various_commands2-t.cpp b/test/tap/tests/admin_various_commands2-t.cpp index a412abc27..658a7cc3a 100644 --- a/test/tap/tests/admin_various_commands2-t.cpp +++ b/test/tap/tests/admin_various_commands2-t.cpp @@ -27,6 +27,9 @@ std::vector queries = { "PROXYSQL FLUSH LOGS", "PROXYSQL FLUSH QUERY CACHE", "PROXYSQL FLUSH CONFIGDB", + "PROXYSQL FLUSH STATS", + "PROXYSQL FLUSH MYSQL STATS", + "PROXYSQL FLUSH PGSQL STATS", "PROXYSQLTEST 21", "PROXYSQLTEST 21 10", "PROXYSQLTEST 41",