mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
Added/Updated tests\bugs\gh_7484_test.py: reduced min_version to 4.0.3
This commit is contained in:
parent
fd3821985f
commit
2550a716fc
@ -10,7 +10,7 @@ NOTES:
|
|||||||
Confirmed bug on 5.0.0.959 SS (date of build: 26.02.2023), got:
|
Confirmed bug on 5.0.0.959 SS (date of build: 26.02.2023), got:
|
||||||
"External engine SYSTEM not found / -901 / 335545001"
|
"External engine SYSTEM not found / -901 / 335545001"
|
||||||
|
|
||||||
Checked on 5.0.0.957 - all OK.
|
Checked on 5.0.0.957, 4.0.3.2904 - all OK.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
@ -24,7 +24,7 @@ expected_stdout = """
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
@pytest.mark.encryption
|
@pytest.mark.encryption
|
||||||
@pytest.mark.version('>=5.0')
|
@pytest.mark.version('>=4.0.3')
|
||||||
def test_1(act: Action, capsys):
|
def test_1(act: Action, capsys):
|
||||||
sttm = 'select rdb$time_zone_util.database_version() from rdb$database'
|
sttm = 'select rdb$time_zone_util.database_version() from rdb$database'
|
||||||
with act.db.connect() as con1, act.db.connect() as con2:
|
with act.db.connect() as con1, act.db.connect() as con2:
|
||||||
|
Loading…
Reference in New Issue
Block a user