gerlowskija commented on PR #3720:
URL: https://github.com/apache/solr/pull/3720#issuecomment-3355654687

   > Is this worth a test?
   
   I'd love to test it, but I'm not sure how.
   
   Maybe a BATS test would work here, but we'd need a ZkCredentialProvider 
implementation that's not already on Solr's classpath.
   
   It'd be kindof cool to have a module with a whole bunch of "test-only" Solr 
plugin implementations (an UpdateRequestProcessor, a BackupRepository, a Query 
Parser, an Auth Plugin) that'd let allow us to test that those can all be 
loaded from the different disk locations that're supposed to be on Solr's 
classpath (`$SOLR_HOME/lib`, `$SOLR_INSTALL/lib`, 
`$SOLR_INSTALL`/server/lib/ext`, etc.). There's a bunch of disk locations, and 
after finding this little bug and 
[SOLR-17833](https://issues.apache.org/jira/browse/SOLR-17883) I don't have 
much confidence that they'd all work as expected.  But there's some questions 
that'd need answered before we can go that route, like: where would those 
test-only plugins live and how would they be built and pulled in by our BATS 
tests?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to