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

Termination of environment upon loss of contact fails #33

Closed pvandervelde closed 10 years ago

pvandervelde commented 10 years ago

There is a mechanism for detecting environment connection problems but it seems that this method does not work

pvandervelde commented 10 years ago

This seems to be caused by an exception in ActiveMachineEnvironment.Terminate that isn't caught properly.