Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server_test: add wait after terminate
In server_test started_imageio fixture creates servers with built ovirt-imageio, and terminates the process at the end, between runs. However, if runs do happen too fast it may try to create the next server socket before the previous is closed, resulting in an "address already in use" error. Add a wait() after terminate() to ensure we do not run into such issue. Fixes: e6ed821 Signed-off-by: Albert Esteve <[email protected]>
- Loading branch information