janhoy commented on PR #4280: URL: https://github.com/apache/solr/pull/4280#issuecomment-4574920353
> > I feel it gives better tools for robustness > > Can you elaborate? Well, you can script retry / wait loops etc in bats, but if we scaffold some test helpers to start/stop solr in docker as part of a JUnit test, then we could piggy back on existing infra for all of this. And we get to run tests in parallel. > If we do a JUnit conversion, I'd rather wait for a SolrTestRule & SolrBackend that is Docker backed to exist, as we'll need that for other backwards-compatibility testing _anyway_. I should have something eventually; some of the infra is WIP. Yea, I see lots of movement in test framework base clasess. Don't fully grasp the entire landscape of Rule vs base class etc, but yea, starting Solr in a Testcontainer seems like something that should be a foundational capability.. -- 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]
