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:
parent
41dfa39c27
commit
e3d12fe36e
@ -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.
|
# causes pytest to hang on its final point.
|
||||||
# Explained by hvlad, email 26.10.24 17:42
|
# Explained by hvlad, email 26.10.24 17:42
|
||||||
rs = cur.execute(ps, (f'TAG_{worker_i}',))
|
rs = cur.execute(ps, (f'TAG_{worker_i}',))
|
||||||
|
worker_att = None
|
||||||
for r in rs:
|
for r in rs:
|
||||||
worker_att = r
|
worker_att = r
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user