SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
54 stars 43 forks source link

BUG: wait for servers to finish before continuing #53

Closed WOnder93 closed 5 years ago

WOnder93 commented 5 years ago

When we are starting a new server after killing an old one, there is a possible race condition if the old server takes too long to tear down and the new server fails to bind.

I've seen this happen in practice with the sctp test, but let's fix this also in other tests where it makes sense logically.

pcmoore commented 5 years ago

Looks good to me, merged via f33778210539adc66cf6d29bc28cc409860fb29c, thanks.