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\create\test_09.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 10:59:46 +03:00
parent be4d4cb2e4
commit a4e9f3dc09

View File

@ -4,7 +4,11 @@
ID: create-database-09 ID: create-database-09
TITLE: Create database: Multi file DB TITLE: Create database: Multi file DB
DESCRIPTION: Create database with four files. DESCRIPTION: Create database with four files.
FBTEST: functional.database.create.09 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 import pytest
@ -30,7 +34,7 @@ expected_stdout = """
RDB$FILE_LENGTH 300 RDB$FILE_LENGTH 300
""" """
@pytest.mark.version('>=3') @pytest.mark.version('>=3,<6')
def test_1(act: Action): def test_1(act: Action):
script = f""" script = f"""
create database '{act.db.dsn}' user '{act.db.user}' create database '{act.db.dsn}' user '{act.db.user}'