confluentinc / ducktape

System integration and performance tests
16 stars 98 forks source link

test runner - per-test timeout mechanism #38

Open granders opened 9 years ago

granders commented 9 years ago

The test runner should have some ad-hoc mechanism for guessing that a test is in an infinite loop, and terminating the test if has run too long

ewencp commented 9 years ago

Additionally, @gwenshap suggests and I agree it's a good idea:

If individual tests announce timeouts, we can add it to the output "this test will finish in 600 seconds or timeout", for anxious developers.

edenhill commented 9 years ago

+1