Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce BDD test running time by only starting CouchDB as needed #761

Open
DRK3 opened this issue Aug 5, 2022 · 0 comments
Open

Reduce BDD test running time by only starting CouchDB as needed #761

DRK3 opened this issue Aug 5, 2022 · 0 comments

Comments

@DRK3
Copy link
Collaborator

DRK3 commented 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.

@DRK3 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant