Just a friendly reminder to remember and ignore expected exceptions in tests so they don't get logged as SEVERE.
Sometimes it's just as easy as making sure that "ignore_exception" appears in the exception message and it will be ignored automatically. Otherwise, use SolrTestCaseJ4.ignoreException(String pattern) -Yonik lucenerevolution.com - Lucene/Solr Open Source Search Conference. Boston May 7-10 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
