AgentBench icon indicating copy to clipboard operation
AgentBench copied to clipboard

OS-task catch errors in container init

Open rjmoss opened this issue 6 months ago • 0 comments

Added starting the container to the failure modes with an error message if either the init or start scripts fail.

Before this change there were the following problems:

  • if the container init failed the task would not be caught as an Unknown error
  • the init or start scripts could fail silently (nothing was checking the exit code of these scripts) without a useful error message

rjmoss avatar Aug 11 '24 11:08 rjmoss