pvandervelde / Sherlock

Sherlock provides a means to schedule and automatically execute tests in an controlled virtual machine environment.
http://pvandervelde.github.io/Sherlock
Apache License 2.0
2 stars 0 forks source link

Service.Executor: Upon disconnection from executor fails to terminate test #35

Closed pvandervelde closed 10 years ago

pvandervelde commented 10 years ago

If there is an error during the transmission of the test result the service.executor will not send any test result to the master controller even if the executor terminates itself shortly after.

Upon termination of the executor the service.executor should assume a failed test unless told otherwise.