Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sync issue in
mm_ping
scenario leading to sporadic failures
* Ensure the server outlives the client job as it is the owner of the barriers; otherwise the client might fail with `lock owner already finished` * Note that this is in-line with the examples in our documentation on https://open.qa/docs/#_test_synchronization_and_locking_api * See https://progress.opensuse.org/issues/156052#note-6 for details
- Loading branch information