Actions
action #126959
closedMake testapi::script_run die on timeout by default without needing any additional options
Description
Motivation¶
In https://github.com/os-autoinst/os-autoinst/pull/1807 it was decided to make "die on timeout" a new behaviour of script_run and eventually turn that into the new default without needing any additional options. It was suggested that cfconrad proposes that change which did not happen so we should now change script_run
to die on timeout by default and remove the need or at best completely remove the switch "die_on_timeout"
Acceptance criteria¶
- AC1: By default script_run dies on timeout
- AC2: For at least a transition period it is still possible to not die on timeout
Suggestions¶
- Understand the original change https://github.com/os-autoinst/os-autoinst/pull/1807
- Followup with https://github.com/os-autoinst/os-autoinst/pull/2290
Actions