6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-23 05:53:06 +01:00

Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_02.py: minor change: added forgotten call to func 'wait_for_attach_showup_in_monitoring()'

This commit is contained in:
pavel-zotov 2023-09-23 22:50:18 +03:00
parent 8a5a65cdb4
commit a90f57e309

View File

@ -309,7 +309,7 @@ def test_1(act: Action, fn_worker_sql: Path, fn_worker_log: Path, fn_worker_err:
stdout = hang_out, stdout = hang_out,
stderr = hang_err stderr = hang_err
) )
time.sleep(1) wait_for_attach_showup_in_monitoring(con_monitoring, SQL_TAG_THAT_WE_WAITING_FOR)
######################### #########################
### L O C K E R - 2 ### ### L O C K E R - 2 ###