mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +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:
parent
1b150c8f1f
commit
4f1534bf61
@ -111,7 +111,8 @@ test_script = """
|
|||||||
select natural_reads, indexed_reads from v_agg_stat_tabs where table_name = upper('T');
|
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 = """
|
expected_stdout = """
|
||||||
PLAN (X ORDER T_PK_IDX)
|
PLAN (X ORDER T_PK_IDX)
|
||||||
|
Loading…
Reference in New Issue
Block a user