DIH needs Mock (or real in-memory) JDBC/Mail impls for tests... especially JDBC -------------------------------------------------------------------------------
Key: SOLR-2175 URL: https://issues.apache.org/jira/browse/SOLR-2175 Project: Solr Issue Type: Test Components: contrib - DataImportHandler Reporter: Robert Muir contrib/dih has some @Ignored tests because there is no in-memory or mock database/mail server: {noformat} [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.solr.handler.dataimport.TestJdbcDataSource [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.034 sec [junit] [junit] ------------- Standard Error ----------------- [junit] NOTE: Ignoring test method 'testBasic': Needs a Mock database server to work ... [junit] Testsuite: org.apache.solr.handler.dataimport.TestMailEntityProcessor [junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.038 sec [junit] [junit] ------------- Standard Error ----------------- [junit] NOTE: Ignoring test method 'testConnection': Needs a Mock Mail Server to work [junit] NOTE: Ignoring test method 'testRecursion': Needs a Mock Mail Server to work [junit] NOTE: Ignoring test method 'testExclude': Needs a Mock Mail Server to work [junit] NOTE: Ignoring test method 'testInclude': Needs a Mock Mail Server to work [junit] NOTE: Ignoring test method 'testIncludeAndExclude': Needs a Mock Mail Server to work [junit] NOTE: Ignoring test method 'testFetchTimeSince': Needs a Mock Mail Server to work [junit] ------------- ---------------- --------------- {noformat} One way to improve this would be to use something like apache derby for tests to make little databases and test against. Additionally, looking thru JIRA there are a lot of JDBC-related issues and once something like this is setup, I think things could improve without introducing more bugs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org