kin: KIN-OBS-027 Исправить catch(e: any) и setTimeout cleanup в LiveConsole.vue

This commit is contained in:
Gros Frumos 2026-03-17 18:33:42 +02:00
parent 79757a3120
commit b58da600d4
2 changed files with 111 additions and 2 deletions

View file

@ -2713,7 +2713,7 @@ class TestPMStepPipelineLog:
run_pipeline(conn, "VDOL-001", steps) # pm_result=None по умолчанию
pm_logs = conn.execute(
"SELECT * FROM pipeline_log WHERE message='PM step: task decomposed'"
"SELECT * FROM pipeline_log WHERE message='PM start: task planning' OR message LIKE 'PM done:%'"
).fetchall()
assert len(pm_logs) == 0
@ -2741,7 +2741,7 @@ class TestPMStepPipelineLog:
)
pm_logs = conn.execute(
"SELECT * FROM pipeline_log WHERE message='PM step: task decomposed'"
"SELECT * FROM pipeline_log WHERE message='PM start: task planning' OR message LIKE 'PM done:%'"
).fetchall()
assert len(pm_logs) == 0