Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 75d974a58c461b3b5d35280e497810e46abae4ca https://github.com/Perl/perl5/commit/75d974a58c461b3b5d35280e497810e46abae4ca Author: William Lyu <william....@windriver.com> Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths: M AUTHORS M t/op/sigsystem.t Log Message: ----------- Fix intermittent failure of test t/op/sigsystem.t This fix addresses the intermittent failure of the test t/op/sigsystem.t by improving its robustness. Before the fix, this test waits a hard-coded amount of time in the parent process for the child process to exit, and the child process may not be able to exit soon enough. With this fix, the parent process in this test polls for whether the SIGCHLD handler reaped the child process for at most 25 seconds. Signed-off-by: William Lyu <william....@windriver.com> Signed-off-by: Randy MacLeod <randy.macl...@windriver.com> Committer: William Lyu is now a Perl author.