This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Reduce BDD test running time by only starting storage containers as needed #220
Labels
enhancement
New feature or request
The
make bdd-test
script builds the edv-rest image and then runs the BDD tests run two times - once for MongoDB and once for CouchDB. Both times, all containers are started. This should be refactored so that containers are only started as needed and containers aren't removed and reopened unnecessarily.The text was updated successfully, but these errors were encountered: