Re: [ovs-dev] [PATCH v2] tests: Properly kill ovsdb test processes

2022-05-18 Thread Ilya Maximets
On 5/10/22 20:33, Rosemarie O'Riorden wrote: > The FreeBSD CI builds keep failing because processes of tests are not > properly killed. This leaves the build hanging until it times out, and > ultimately fails. > > Changes name of pidfile pid2 to 2.pid so that the > on_exit 'kill `cat *.pid`' will

[ovs-dev] [PATCH v2] tests: Properly kill ovsdb test processes

2022-05-10 Thread Rosemarie O'Riorden
The FreeBSD CI builds keep failing because processes of tests are not properly killed. This leaves the build hanging until it times out, and ultimately fails. Changes name of pidfile pid2 to 2.pid so that the on_exit 'kill `cat *.pid`' will capture all pidfiles. Fixes pidfile name logic in test t