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_3323_test.py: added forgotten initialization

This commit is contained in:
pavel-zotov 2025-01-19 06:41:12 +03:00
parent 41dfa39c27
commit e3d12fe36e

View File

@ -162,6 +162,7 @@ def test_1(act: Action, tmp_isql_cmds: List[Path], tmp_isql_logs: List[Path], ca
# causes pytest to hang on its final point.
# Explained by hvlad, email 26.10.24 17:42
rs = cur.execute(ps, (f'TAG_{worker_i}',))
worker_att = None
for r in rs:
worker_att = r