confluentinc / ducktape

System integration and performance tests
11 stars 93 forks source link

Terminate proccess's when experiencing a fatal error in ductape runner #323

Closed imcdo closed 2 years ago

imcdo commented 2 years ago

closes https://github.com/confluentinc/ducktape/issues/322 Simply terminates process when an exception is caught in the run cycle

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

imcdo commented 2 years ago

tested by running ducktape --max-parallel 10000 --repeat 6 --test-runner-timeout 1 systests/cluster/test_runner_operations.py against a vagrant cluster on top of pytests.

stan-is-hate commented 2 years ago

Also, this PR cannot be built, please don't merge without fixing that 😄