saveourtool/save-cloud

Orchestrator: Proper handling for SAVE-cli issues reported by SAVE-agent

Open

#778 建立於 2022年5月18日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)Kotlin (4 fork)github user discovery
good first issuehelp wantedsave-release

倉庫指標

Star
 (38 star)
PR 合併指標
 (PR 指標待抓取)

描述

  1. Right now if the processing fails we simply mark agent execution as CLI_FAILED
  2. In this case orchestrator simply stops ALL agents (if all of them are IDLE or CLI_FAILED)
  3. But tests are not marked as FAILED - they are still in RUNNING state

We need to do the following:

  • Rename CLI_FALED to INTERNAL_SAVE_CLI_ERROR
  • Mark tests FAILED (fail all of them)
  • Think of how to give extra information to the user of what happened and why Agents failed

貢獻者指南