Skip to content

Commit 0a3e99d

Browse files
committed
Added/Updated tests\bugs\gh_8513_test.py: Reduced min_version to 5.0.3 (17.04.2025) after check on 5.0.3.1647-475d999 (intermediate snapshot)
1 parent d7c5a4b commit 0a3e99d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/bugs/gh_8513_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
Thanks to Vlad for suggestion about this test implementation.
1313
1414
Confirmed different BLOB_ID values on 6.0.0.722.
15-
Checked on 6.0.0.734.
15+
Reduced min_version to 5.0.3 (17.04.2025).
16+
Checked on 6.0.0.734, 5.0.3.1647-475d999 (intermediate snapshot).
1617
"""
1718

1819
import os
@@ -28,7 +29,7 @@
2829
msg_prefix = 'Total unique BLOB_ID values:'
2930
#-----------------------------------------------------------
3031

31-
@pytest.mark.version('>=6.0')
32+
@pytest.mark.version('>=5.0.3')
3233
def test_1(act: Action, capsys):
3334
test_sql = f"""
3435
set list on;

0 commit comments

Comments
 (0)