We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c5a4b commit 0a3e99dCopy full SHA for 0a3e99d
tests/bugs/gh_8513_test.py
@@ -12,7 +12,8 @@
12
Thanks to Vlad for suggestion about this test implementation.
13
14
Confirmed different BLOB_ID values on 6.0.0.722.
15
- Checked on 6.0.0.734.
+ Reduced min_version to 5.0.3 (17.04.2025).
16
+ Checked on 6.0.0.734, 5.0.3.1647-475d999 (intermediate snapshot).
17
"""
18
19
import os
@@ -28,7 +29,7 @@
28
29
msg_prefix = 'Total unique BLOB_ID values:'
30
#-----------------------------------------------------------
31
-@pytest.mark.version('>=6.0')
32
+@pytest.mark.version('>=5.0.3')
33
def test_1(act: Action, capsys):
34
test_sql = f"""
35
set list on;
0 commit comments