mrjob icon indicating copy to clipboard operation
mrjob copied to clipboard

test exception handing in sim runners

Open coyotemarin opened this issue 6 years ago • 0 comments

Currently there seem to be no tests of what happens when a job run by the sim runners throws an exception. We need to test:

  • [ ] in inline mode, that the exception bubbles up
  • [ ] in local mode, that the exception gets parsed and logged
  • [ ] in local mode, that log parsing can be disabled by read_logs=False

coyotemarin avatar Sep 06 '18 23:09 coyotemarin