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
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]>
0 commit comments