Handle shutdown
Compare changes
- Lorenz Boguhn authored
@@ -20,7 +20,6 @@ class BenchmarkExecutorImpl(
Adds a Shutdown Hook. Uses parsed configurations to build a deployment and to tear it down. Be aware of Gradle: Control + C kills the gradle client before the execution of the hook and therefore cant be used to test this. To test this you need to start the build application (by java -jar, etc...). Additionally for this you have to change the paths in the TheodoliteYamlExecutor and the KubernetesBenchmark
TODOS: