From eb7c3b1286cd92d35efeebcf6d86dcc3601dfbbe Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sat, 4 Mar 2023 19:33:50 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_4447_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x) --- tests/bugs/core_4447_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/core_4447_test.py b/tests/bugs/core_4447_test.py index e3d8091e..b5166f69 100644 --- a/tests/bugs/core_4447_test.py +++ b/tests/bugs/core_4447_test.py @@ -43,7 +43,7 @@ test_script = """ set planonly; """ -act = isql_act('db', test_script) +act = isql_act('db', test_script, substitutions = [('(--\\s+)?line \\d+, col(umn)? \\d+', '')]) expected_stdout = """ PLAN (T INDEX (TT_PK_XY))