From e3d12fe36e8143f3a8ec40f7e06ee10923bdc32c Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 19 Jan 2025 06:41:12 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_3323_test.py: added forgotten initialization --- tests/bugs/core_3323_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/core_3323_test.py b/tests/bugs/core_3323_test.py index e5ce2289..a66eda82 100644 --- a/tests/bugs/core_3323_test.py +++ b/tests/bugs/core_3323_test.py @@ -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