6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Updated tests\bugs\core_6444_test.py: adjust expected stdout/stderr to current FB version.

This commit is contained in:
pavel-zotov 2023-09-14 19:42:39 +03:00
parent 5415ce16f4
commit 5e20f8b56b

View File

@ -492,7 +492,10 @@ fb5x_expected_out = r"""
RDB$CONFIG_ID 73
RDB$CONFIG_NAME MaxParallelWorkers
RDB$CONFIG_DEFAULT 1
Records affected: 74
RDB$CONFIG_ID 74
RDB$CONFIG_NAME OptimizeForFirstRows
RDB$CONFIG_DEFAULT false
Records affected: 75
""" % locals()
@pytest.mark.version('>=4.0')