[
https://issues.apache.org/jira/browse/SOLR-10180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878004#comment-15878004
]
Christine Poerschke commented on SOLR-10180:
--------------------------------------------
Hi Tobias,
So the proposed change is to move
[dataimport/AbstractDIHCacheTestCase.java|https://github.com/apache/lucene-solr/blob/master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/AbstractDIHCacheTestCase.java]
(and some or all of its fellow test cases) in
[solr/contrib/dataimporthandler/src/test/org/apache/solr/handler|https://github.com/apache/lucene-solr/blob/master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler]
to
[solr/test-framework/src/java/org/apache/solr/handler|https://github.com/apache/lucene-solr/tree/master/solr/test-framework/src/java/org/apache/solr/handler]
so that custom DIH code could also use the AbstractDataImportHandlerTestCase
class, did I understand that correctly?
I am not familiar with _solr/contrib/dataimporthandler_ or
_solr/contrib/dataimporthandler-extras_ but am wondering if an alternative
solution might perhaps also exist e.g. in SOLR-9306 it was possible to give
_solr/contrib/analysis-extras_'s test classes access to _lucene/analysis_'s
test classes.
> Move AbstractDataImportHandlerTestCase to solr-test-framework
> -------------------------------------------------------------
>
> Key: SOLR-10180
> URL: https://issues.apache.org/jira/browse/SOLR-10180
> Project: Solr
> Issue Type: Wish
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Tests
> Reporter: Tobias Kässmann
> Priority: Minor
> Labels: test
>
> We've implemented our own DIH and want to use the
> AbstractDataImportHandlerTestCase for testing it. Is it possible to move it
> along with the other test cases (AbstractDIHJdbcTestCase, ...) from the
> dataimport.* package to the test-framework?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]