Throw exception in order to set the execution states of an execution correctly
This MR adds a simple methods to correctly detect when an execution has failed. For this thrown exceptions are catched only at the executor level (standalone or operator). By the occurrence/catching of this exception, the operator can detect if something failed and in this case set the status of the execution to FAILURE.
#236 (closed)
Merge request reports
Activity
added 1 commit
- 0d09d6a0 - add second catch block do detect evaluation errors correctly
- Resolved by Benedikt Wetzel
- Resolved by Sören Henning
I made a comment regarding exception wrapping, logging and catching. This applies also to some other parts of the code. Could you adjust the MR accordingly?
added 7 commits
-
b3dc8b59...d7805178 - 6 commits from branch
she:master - 2cd22576 - Merge branch 'master' of git.se.informatik.uni-kiel.de:she/theodolite into enhance-error-handling
-
b3dc8b59...d7805178 - 6 commits from branch
assigned to @she
requested review from @she
added 42 commits
-
d4b4a9a9...f8211093 - 41 commits from branch
she:master - 20d65b9d - resolve merge conflicts
-
d4b4a9a9...f8211093 - 41 commits from branch
changed milestone to %0.6.0
added 23 commits
-
20d65b9d...7ae57818 - 22 commits from branch
she:master - 57cf339c - Merge branch 'master' of git.se.informatik.uni-kiel.de:she/theodolite into enhance-error-handling
-
20d65b9d...7ae57818 - 22 commits from branch
added 4 commits
-
57cf339c...ffa2212f - 3 commits from branch
she:master - 08471289 - Merge branch 'master' into wetzel/spesb-enhance-error-handling
-
57cf339c...ffa2212f - 3 commits from branch
enabled an automatic merge when the pipeline for 08471289 succeeds
mentioned in commit 79034ab9
mentioned in issue #236 (closed)