Skip to content

Make core persistent for process duration

Mark Woodhall requested to merge one-core-tests into develop

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.

Merge request reports