mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_8356_test.py: Reduced min_version to 5.0a after succcessful check on intermediade snapshot 5.0.2.1597-4fa00f1
This commit is contained in:
parent
ad0a3e8518
commit
96ccb8a1f3
@ -10,7 +10,7 @@ NOTES:
|
||||
After fix parameters type '[va]rchar(N) character set octets' is shown in the trace as '[var]binary(N)'.
|
||||
|
||||
Confirmed problem on 6.0.0.585: parameter values in the trace are shown in binary (non-readable) form.
|
||||
Checked on 6.0.0.590-7e96b33 - all fine.
|
||||
Checked on 6.0.0.590-7e96b33, 5.0.2.1597-4fa00f1 - all fine.
|
||||
"""
|
||||
import re
|
||||
|
||||
@ -54,7 +54,7 @@ trace_events_lst = \
|
||||
]
|
||||
|
||||
@pytest.mark.trace
|
||||
@pytest.mark.version('>=6.0')
|
||||
@pytest.mark.version('>=5.0.2')
|
||||
def test_1(act: Action, capsys):
|
||||
|
||||
with act.trace(db_events = trace_events_lst):
|
||||
|
Loading…
Reference in New Issue
Block a user