Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition of Tesla.Mock.mock_global.
Agent process is terminated asynchronously and can leak between tests, causing it to fail (update is not atomic, and returned pid might not be alive anymore).
- Loading branch information