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

Allow cancelling executing tests #38

Open pvandervelde opened 10 years ago

pvandervelde commented 10 years ago

In the case of regression tests via a build server it can happen that a test does not execute within the expected time. In this case it would be useful if there was a way to cancel a test that is currently being executed.

pvandervelde commented 10 years ago

This issue is related to #27

pvandervelde commented 10 years ago

We could introduce a cancel flag in the database, that way the master controller could cancel the test as soon as this flag is switched. This would work for both this issue and issue #27