CrossRef / cayenne

MOVED to https://gitlab.com/crossref/rest_api
https://gitlab.com/crossref/rest_api
MIT License
17 stars 9 forks source link

Make core persistent for process duration #28

Closed markwoodhall closed 6 years ago

markwoodhall commented 6 years ago

Don't stop and start the core per test fixture, this allows us to work around issues with http-kit holding onto its port. This isn't ideal but makes running all tests much more reliable, since we are still destroying dependencies like solr and mongodb per test fixture we still have good isolation and deterministic results.