Eventually we'd want to move away from using the Solr test server in config.conf in our TravisCI tests, and instead create a new local instance of Solr. This is analogous to setting up a test database for integration tests: we do this so that we don't depend on a external Solr server that may or may not be online when tests are performed.
Eventually we'd want to move away from using the Solr test server in
config.conf
in our TravisCI tests, and instead create a new local instance of Solr. This is analogous to setting up a test database for integration tests: we do this so that we don't depend on a external Solr server that may or may not be online when tests are performed.