Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test Integration: hardcode binary tmp for darwin (dapr#7664)
On Darwin (MacOS), `os.TempDir()` nicely returns a truly ephemeral process directory is `/var/folders/...` however in order to reap the benefits of Go cache magic in integration tests we need a slightly more permanent directory, i.e. `/tmp`. This directory will persist across integration test runs and speed up the test execution boot times from s to ms. Signed-off-by: joshvanl <[email protected]>
- Loading branch information