From 96ccb8a1f3fb94e9951468a328e040a37b631beb Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Tue, 21 Jan 2025 18:59:32 +0300 Subject: [PATCH] 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 --- tests/bugs/gh_8356_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bugs/gh_8356_test.py b/tests/bugs/gh_8356_test.py index a8d5ce12..dded932f 100644 --- a/tests/bugs/gh_8356_test.py +++ b/tests/bugs/gh_8356_test.py @@ -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):