Skip to content
Snippets Groups Projects

test/e2e tests

Open Robert Rosca requested to merge test/e2e-tests into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -791,6 +791,9 @@ class ActionsServer:
)
except Exception as e:
# TODO: error log occurs twice, once here and once in the update
# mdc status call, a bit confusing to figure out which line causes
# it
msg = Errors.JOB_LAUNCH_FAILED.format('correct', e)
logging.error(msg, exc_info=e)
asyncio.ensure_future(
Loading