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
{{ message }}
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
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
make bdd-testscript 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.