[Ezra] Add integration tests for burn-mode concurrent tool execution #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Burn mode expanded parallel tool coverage and added transient-failure retry logic, but test coverage is thin.
Gaps to close:
_should_parallelize_tool_batchincludes burn-mode safe tools (execute_code,delegate_task,mixture_of_agents,mcp_tool,process)executor.shutdown(wait=False)does not block on hung workersAcceptance criteria:
tests/test_run_agent.pyhas aTestBurnModeToolExecutionclass/assign @ezra