mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\bugs\gh_7494_test.py: Checked on 4.0.4.2978, 5.0.0.1163. Removed upper boundary for version.
This commit is contained in:
parent
e093f78c03
commit
c0ffd389b7
@ -7,9 +7,9 @@ TITLE: Firebird performance issue - non necessary index reads
|
|||||||
NOTES:
|
NOTES:
|
||||||
[11.04.2023] pzotov
|
[11.04.2023] pzotov
|
||||||
Checked on 3.0.11.33678.
|
Checked on 3.0.11.33678.
|
||||||
::: NOTE :::
|
[12.08.2023] pzotov
|
||||||
Test currently enabled only for FB 3.x.
|
Checked on 4.0.4.2978, 5.0.0.1163. Removed upper boundary for version.
|
||||||
For FB 4.x+ it will be enabled when appropriate commit appear.
|
// was: "Test currently enabled only for FB 3.x. For FB 4.x+ it will be enabled when appropriate commit appear."
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
@ -509,7 +509,7 @@ expected_stdout = """
|
|||||||
|
|
||||||
act = isql_act('db', test_script)
|
act = isql_act('db', test_script)
|
||||||
|
|
||||||
@pytest.mark.version('>=3.0.11,<4.0')
|
@pytest.mark.version('>=3.0.11')
|
||||||
def test_1(act: Action):
|
def test_1(act: Action):
|
||||||
act.expected_stdout = expected_stdout
|
act.expected_stdout = expected_stdout
|
||||||
act.execute(combine_output = True)
|
act.execute(combine_output = True)
|
||||||
|
Loading…
Reference in New Issue
Block a user