colvinco commented on PR #3023: URL: https://github.com/apache/solr/pull/3023#issuecomment-2659978985
@gerlowskija fyi, here's what I've done so far. https://github.com/apache/solr/blob/1e3f4afb23761b9462eb5577f3b286fa1b0bc998/solr/core/src/test/org/apache/solr/handler/admin/api/V2APISmokeTest.java Most of the cases are simple to write but some things need extra setup and I don't know the APIs myself so progress is a bit slow. I'm sure someone else who knows what's what here could finish it off more quickly... But I guess the main thing is whether the general approach is reasonable and worth continuing in this fashion. The assertions are simply checking for a successful response code, rather than making direct assertions on the effect of the request, or the content of thet response. I have found several found several issues so far (which I will raise JIRAs for) so I think it's definitely providing some value, and adding new cases as new APIs are written should be trivial enough. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org