Skip to content
Snippets Groups Projects
Commit 6d778114 authored by Sören Henning's avatar Sören Henning Committed by Benedikt Wetzel
Browse files

clean up

parent 669e6aa7
No related branches found
No related tags found
1 merge request!201Introduce action commands
Pipeline #5807 passed
...@@ -109,8 +109,7 @@ class TheodoliteController( ...@@ -109,8 +109,7 @@ class TheodoliteController(
type = "WARNING", type = "WARNING",
reason = "Execution failed", reason = "Execution failed",
message = "An error occurs while executing: ${e.message}") message = "An error occurs while executing: ${e.message}")
logger.error { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." } logger.error(e) { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." }
logger.error { "Problem is: ${e.printStackTrace() }}" }
executionStateHandler.setExecutionState(execution.name, ExecutionStates.FAILURE) executionStateHandler.setExecutionState(execution.name, ExecutionStates.FAILURE)
} }
executionStateHandler.stopDurationStateTimer() executionStateHandler.stopDurationStateTimer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment