You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ts (#450)
Issue #, if available: #447
*Description of changes:*
There was a race condition in the unit tests for `support-bundle
generate` caused by Lima's `osutil.LimaUser` not being thread-safe. I
don't think there's really a need to make it thread-safe, so I think
it's easier to just wrap and mock it for the unit tests, which I've done
here.
*Testing done:*
```
make test-unit
```
- [x] I've reviewed the guidance in CONTRIBUTING.md
#### License Acceptance
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Signed-off-by: Sam Berning <[email protected]>
Describe the bug
If I follow contributing.md to set up my dev environment,
make test-unit
fails due to a race condition.Steps to reproduce
Follow the steps on contributing.md.
Expected behavior
The unit tests should pass
Screenshots or logs
The text was updated successfully, but these errors were encountered: