chenejac / VIVOTestMigrationJIRANotClosed

0 stars 0 forks source link

VIVO-759: Make SolrSmokeTest a function of SolrSearchEngine #479

Open chenejac opened 10 years ago

chenejac commented 10 years ago

Jim Blake (Migrated from VIVO-759) said:

Now that Solr is behind the SearchEngine interface, it would be nice if the SolrSmokeTest did not run if the SolrSearchEngine was not used. But one reason these are run separately is because the smoke test runs in a separate thread, which should not be started until most of the initialization is complete, or it will time out.

How to deal with this? Can we make the startup sequence asynchronous?

chenejac commented 10 years ago

Jim Blake said:

ensure that other smoke tests do not depend on the Solr-related properties in runtime.properties