----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28486/ -----------------------------------------------------------
Review request for Aurora and Kevin Sweeney. Repository: aurora Description ------- Sandbox initialization is an operation that might fail and signal that failure by raising SanboxInterface.CreationError. By moving this into the try block the executor will return TASK_FAILED instead of crashing when this error is raised. Diffs ----- src/main/python/apache/aurora/executor/aurora_executor.py 79a24855b2a68271b7478395dfdadab8755c3af2 Diff: https://reviews.apache.org/r/28486/diff/ Testing ------- ./pants src/test/python/apache/aurora/executor:: Thanks, Zameer Manji
