Releases: restraint-harness/restraint
Releases · restraint-harness/restraint
Restraint 0.1.45
restraint-0.1.45-1 Tagging package [restraint] version [restraint-0.1.45-1] in directory…
Restraint 0.1.44
- FIXED: RHBZ#1788252: restraintd crash in timeout_callback functions Ran into timing issues when process_timeout_callback occurs after process_pid_callback. The task data is NULL so process_timeout_callback should not attempt to process task data when pid is 0 indicating process is complete.
(Contributed by Carol Bouchard) - FIXED: RHBZ#1781722: Not executing task when multihost utilized Observed that restraint reported the task started but output from the task itself not making it to taskout.log file. With debug enabled, found it stopped in 30_restore_events plugin. Performed more detail unit testing on rstrnt-sync and resolved a number of issues found.
(Contributed by Carol Bouchard) - FIXED: RHBZ#1782422: Fetch https operation noisy harness.log When using in task, the entire repo is downloaded and a log entry for each file/dir found is logged. These log entries get reported to Lab Controller which results in reduced performance. Fixed code to report only entries found beneath the directory name ‘dirname’.
(Contributed by Carol Bouchard)