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
The make bdd-test script builds the docker image and then runs the BDD tests run two times - once with VCS using MongoDB and once with VCS using CouchDB. However, CouchDB runs in both cases, even though it's only needed in the second. We should see if we can only run CouchDB for the second case so the tests can run a bit faster.
The text was updated successfully, but these errors were encountered:
DRK3
changed the title
Reduce BDD test running time by only starting storage containers as needed
Reduce BDD test running time by only starting CouchDB needed
Aug 5, 2022
DRK3
changed the title
Reduce BDD test running time by only starting CouchDB needed
Reduce BDD test running time by only starting CouchDB as needed
Aug 5, 2022
The
make bdd-test
script builds the docker image and then runs the BDD tests run two times - once with VCS using MongoDB and once with VCS using CouchDB. However, CouchDB runs in both cases, even though it's only needed in the second. We should see if we can only run CouchDB for the second case so the tests can run a bit faster.The text was updated successfully, but these errors were encountered: