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

Added/Updated tests\bugs\core_6319_test.py: minor changes: added ref to gh-6728 (ex. CORE-6498), removed old commented code

This commit is contained in:
pavel-zotov 2023-08-12 08:45:29 +03:00
parent c4f7e8e959
commit b440e1a93d

View File

@ -26,6 +26,10 @@ DESCRIPTION:
process cannot access the file <nbk_level_2> because it is being used by another process
=====
- and file <nbk_level_2> could not be deleted after this until restart of FB.
See also:
https://github.com/FirebirdSQL/firebird/issues/6728 (ex. CORE-6498)
JIRA: CORE-6319
FBTEST: bugs.core_6319
"""
@ -45,15 +49,6 @@ expected_stdout = """
Attempt 2. Error message is expected.
"""
# nbk_level_0 = os.path.splitext(db_source)[0] + '.standby.fdb'
#
# # this is for 3.x only by using command:
# # nbackup -r db_3x_restore nbk_level_0 nbk_level_1 nbk_level_2
# db_3x_restore = os.path.splitext(db_source)[0] + '.restored_in_3x.fdb'
#
# nbk_level_1 = os.path.splitext(db_source)[0] + '.nbk_01'
# nbk_level_2 = os.path.splitext(db_source)[0] + '.nbk_02'
nbk_level_0 = temp_file('core_6319_standby.fdb')
nbk_level_1 = temp_file('core_6319.nbk_01')
nbk_level_2 = temp_file('core_6319.nbk_02')