6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_8386_test.py: Removed restriction for execution only in FB 5.x after successful check on 6.0.0.585-0-6f17277.

This commit is contained in:
pavel-zotov 2025-01-18 20:38:03 +03:00
parent c5722891f9
commit 41dfa39c27

View File

@ -6,12 +6,9 @@ ISSUE: https://github.com/FirebirdSQL/firebird/issues/8386
TITLE: Crash when creating index on table that uses UDR and ParallelWorkers > 1
DESCRIPTION:
NOTES:
[17.01.2025] pzotov
Currenty fix presents only in 5.x (commit 4ddbb69). Because of that, 6.x not checked (but it is also affected).
Confirmed bug on 5.0.2.1589, got: "SQLSTATE = 08006 / Error reading data from the connection".
Checked on 5.0.2.1592 -- all fine.
WAITING FOR FRONT-PORT FIX INTO FB 6.X.
[18.01.2025] pzotov
Confirmed bug on 5.0.2.1589, 6.0.0.584 - got: "SQLSTATE = 08006 / Error reading data ...".
Checked on 5.0.2.1592-2d11769, 6.0.0.585-6f17277 -- all fine.
"""
import pytest
@ -108,7 +105,7 @@ test_script = """
act = isql_act('db', test_script, substitutions = [('[ \t]+', ' ')])
@pytest.mark.version('>=5.0.2,<6')
@pytest.mark.version('>=5.0.2')
def test_1(act: Action):
# DISABLED 17.01.2025 13:35, requested by dimitr: