Skip to content

Commit 3f621f1

Browse files
committed
Added/Updated tests\bugs\gh_7979_test.py: Reduced min_version to 4.0.5. Checked on 4.0.5.3059 (commit #a552f1f3), 5.0.1.1340 (commit #f7171b58)
1 parent 03af143 commit 3f621f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/bugs/gh_7979_test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
Because of that, this test creates temporary .py script which is launched further using subprocess.run( [ sys.executable ...] )
1414
Confirmed problem on 6.0.0.219: 'gfix -shut full -force 0' hangs.
1515
Checked on 6.0.0.244.
16+
17+
[15.02.2024] pzotov
18+
Checked on 4.0.5.3059 (commit #a552f1f3), 5.0.1.1340 (commit #f7171b58).
19+
NOTE: 3.0.123.3731 (dob=15.02.2024) does NOT pass this test.
1620
"""
1721
import sys
1822
import subprocess
@@ -48,7 +52,7 @@
4852
tmp_log_py = temp_file('tmp_7979_run_external.log')
4953
tmp_sql_py = temp_file('tmp_7979_check_result.sql')
5054

51-
@pytest.mark.version('>=6.0')
55+
@pytest.mark.version('>=4.0.5')
5256
def test_1(act: Action, tmp_run_py: Path, tmp_log_py: Path, tmp_sql_py: Path, capsys):
5357
if act.platform == 'Windows':
5458
pytest.skip('Could not reproduce bug on Windows')

0 commit comments

Comments
 (0)