algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

SANDBOX_CLEAN_CACHE with Default On #266

Closed tzaffi closed 1 year ago

tzaffi commented 1 year ago

Sometimes my local tests status mismatch what happens in C.I. One common culprit is Docker's layer caching. For example, recently, an indexer layer was being cached from December 2022. While tests were failing in C.I. they were passing on my machine.

This PR should fix this mismatch

This shouldn't impact C.I., as no layer caching should be taking place.

What if I still want to cache sandbox layers?

You can turn layer caching back on by setting SANDBOX_CLEAN_CACHE=0 in .env