From 3225efe19224a089041a56ae670e9bed4381f221 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 21 Nov 2024 07:57:46 +0300 Subject: [PATCH] Added/Updated tests\functional\basic\isql\test_00.py: adjust output: added lines related to wire stat --- tests/functional/basic/isql/test_00.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/basic/isql/test_00.py b/tests/functional/basic/isql/test_00.py index 2b29d7a0..ae5c047c 100644 --- a/tests/functional/basic/isql/test_00.py +++ b/tests/functional/basic/isql/test_00.py @@ -77,7 +77,7 @@ fb5x_checked_stdout = """ SHOW [] -- display system information = CHECK, COLLATION, DATABASE, DOMAIN, EXCEPTION, FILTER, FUNCTION, GENERATOR, GRANT, INDEX, PACKAGE, PROCEDURE, ROLE, SQL DIALECT, - SYSTEM, TABLE, TRIGGER, VERSION, USERS, VIEW + SYSTEM, TABLE, TRIGGER, VERSION, USERS, VIEW, WIRE_STATISTICS EXIT -- exit and commit changes QUIT -- exit and roll back changes All commands may be abbreviated to letters in CAPitals @@ -103,6 +103,7 @@ fb5x_checked_stdout = """ SET TIME -- toggle display of timestamp with DATE values SET TERM -- change statement terminator string SET WIDTH [] -- set/unset print width to for column + SET WIRE_stats -- toggle display of wire (network) statistics All commands may be abbreviated to letters in CAPitals """