trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

Reduce BDD test running time by only starting storage containers as needed #220

Open DRK3 opened 3 years ago

DRK3 commented 3 years ago

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.