6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_4379_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x)

This commit is contained in:
pavel-zotov 2023-03-04 19:32:07 +03:00
parent 1b150c8f1f
commit 4f1534bf61

View File

@ -111,7 +111,8 @@ test_script = """
select natural_reads, indexed_reads from v_agg_stat_tabs where table_name = upper('T');
"""
act = isql_act('db', test_script)
act = isql_act('db', test_script, substitutions = [('(--\\s+)?line \\d+, col(umn)? \\d+', '')])
# -- line 2, column 7
expected_stdout = """
PLAN (X ORDER T_PK_IDX)