From 83f960ad678ab112850f39fd6cf4133836c61fb0 Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Tue, 17 Mar 2026 16:05:08 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-099=20Pipeline=20watchdog:=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B5=20pip?= =?UTF-8?q?eline=20=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D1=8F=D1=82=D1=8C?= =?UTF-8?q?=20PID=20subprocess=20=D0=B2=20=D0=91=D0=94=20(=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=20pid=20=D0=B2=20pipelines=20=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BE=D1=82=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D1=82?= =?UTF-8?q?=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B0).=20=D0=A4=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=81?= =?UTF-8?q?=D1=81=20(=D0=B8=D0=BB=D0=B8=20cron=20=D0=BA=D0=B0=D0=B6=D0=B4?= =?UTF-8?q?=D1=8B=D0=B5=2030=20=D1=81=D0=B5=D0=BA=D1=83=D0=BD=D0=B4)=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D1=8F=D0=B5=D1=82:=20?= =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20PID=20=D0=BC=D1=91=D1=80=D1=82=D0=B2?= =?UTF-8?q?=20=D0=B0=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B0=20=D0=B2=D1=81?= =?UTF-8?q?=D1=91=20=D0=B5=D1=89=D1=91=20in=5Fprogress=20=E2=80=94=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20blocked=20=D1=81?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D1=87=D0=B8=D0=BD=D0=BE=D0=B9=20'Process?= =?UTF-8?q?=20died=20unexpectedly=20(PID=20XXXX)'.=20GUI=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=20=D1=83=D0=B2?= =?UTF-8?q?=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5.=20?= =?UTF-8?q?=D0=A2=D0=B0=D0=BA=D0=B6=D0=B5:=20=D0=BD=D0=B0=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=B6=D0=B4=D0=BE=D0=BC=20=D1=88=D0=B0=D0=B3=D0=B5=20pipeline?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D1=8F=D1=82=D1=8C=20?= =?UTF-8?q?=D1=87=D1=82=D0=BE=20parent=20process=20=D0=B6=D0=B8=D0=B2.=20?= =?UTF-8?q?=D0=AD=D1=82=D0=BE=20=D1=80=D0=B5=D1=88=D0=B0=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D1=83=20'=D0=B7?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D1=87=D0=B0=20=D0=B2=D0=B8=D1=81=D0=B8=D1=82?= =?UTF-8?q?=20in=5Fprogress=20=D0=BD=D0=BE=20=D0=BF=D1=80=D0=BE=D1=86?= =?UTF-8?q?=D0=B5=D1=81=D1=81=20=D0=B4=D0=B0=D0=B2=D0=BD=D0=BE=20=D0=BC?= =?UTF-8?q?=D1=91=D1=80=D1=82=D0=B2'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_qa_gaps.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/test_qa_gaps.py b/tests/test_qa_gaps.py index 3f91e68..53651d9 100644 --- a/tests/test_qa_gaps.py +++ b/tests/test_qa_gaps.py @@ -207,12 +207,10 @@ class TestBlockedReasonPropagation: assert result["success"] is False - # BUG VERIFIED: result['error'] is the generic message, not the worker error - expected_generic = "Department backend_head sub-pipeline failed" - assert result["error"] == expected_generic, ( - f"Expected generic error '{expected_generic}', " - f"got '{result.get('error')}'. " - "If this fails, Issue 1 has been fixed — update this test!" + # FIXED (KIN-ARCH-014): result['error'] now contains output context, not just generic msg + assert "Department backend_head sub-pipeline failed" in result["error"], ( + f"Expected 'Department backend_head sub-pipeline failed' prefix in error, " + f"got: {result.get('error')!r}" )