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

Added/Updated tests\bugs\core_6048_test.py: minor correction of comment

This commit is contained in:
pavel-zotov 2023-03-11 10:04:23 +03:00
parent c99d2fac5c
commit 4f56bdc67e

View File

@ -10,7 +10,7 @@ DESCRIPTION:
'select mon$crypt_page, mon$crypt_state from mon$database', with repeating it every 0.5 second.
Loop continues until we find <ENCRYPTING_PAGES_MIN_CNT> different number of encrypted pages,
or if timeout <MAX_ENCRYPT_DECRYPT_MS> ms expired.
or if timeout <MAX_WAITING_ENCR_FINISH> ms expired.
If (after loop) number of pages detected in encrypted state less then <ENCRYPTING_PAGES_MIN_CNT>
then test is considered as failed.