mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
22736848b0
Today we do not destroy Vagrant boxes before tests. This is because constantly reprovisioning these boxes is time-consuming. Yet, not destroying these boxes can lead to state being left around that impacts subsequent test runs. To address this, we now always destroy these boxes before tests and provide a flag to set if this is not desired while iterating locally.