saveourtool/save-cloud
Ver no GitHubOrchestrator: Proper handling for SAVE-cli issues reported by SAVE-agent
Open
#778 aberto em 18 de mai. de 2022
good first issuehelp wantedsave-release
Métricas do repositório
- Stars
- (38 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
- Right now if the processing fails we simply mark agent execution as
CLI_FAILED - In this case orchestrator simply stops ALL agents (if all of them are
IDLEorCLI_FAILED) - But tests are not marked as
FAILED- they are still in RUNNING state
We need to do the following:
- Rename
CLI_FALEDtoINTERNAL_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