Ilya Maximets <[email protected]> writes: > Some tests uses 'kill -SEGV' to simulate segfault of a child process. > This causes test failures on CirrusCI because process hangs in DL state > for more than 10 seconds: > > ./daemon-py.at:69: kill -SEGV $child > daemon-py.at:69: waiting while kill -0 $child... > daemon-py.at:69: wait failed after 10 seconds > ./ovs-macros.at:219: hard failure > > Let's just disable coredumps in 'prepare_script'. > This fixes frequent testsuite failures on FreeBSD 12. > > Signed-off-by: Ilya Maximets <[email protected]> > ---
Acked-by: Aaron Conole <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
