saveourtool/save-cloud

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

Open

#778 geöffnet am 18. Mai 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Kotlin (4 Forks)github user discovery
good first issuehelp wantedsave-release

Repository-Metriken

Stars
 (38 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  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

Contributor Guide