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

Added/Updated tests\functional\database\alter\test_01.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support

This commit is contained in:
pavel-zotov 2024-12-29 11:33:40 +03:00
parent 4bd6685186
commit ff9db383f1

View File

@ -4,7 +4,11 @@
ID: alter-database-01
TITLE: Alter database: adding a secondary file
DESCRIPTION: Adding a secondary file to the database
FBTEST: functional.database.alter.01
NOTES:
[29.12.2024] pzotov
Added restriction for FB 6.x: this test now must be skipped, see:
https://github.com/FirebirdSQL/firebird/commit/f0740d2a3282ed92a87b8e0547139ba8efe61173
("Wipe out multi-file database support (#8047)")
"""
import pytest
@ -20,7 +24,7 @@ CAST
C:\\JOB\\QA\\FBTEST\\TMP\\TEST.G00 1 10000 0
"""
@pytest.mark.version('>=3.0')
@pytest.mark.version('>=3.0,<6')
def test_1(act: Action, capsys):
with act.db.connect() as con:
with con.cursor() as c: