alessandrobenedetti commented on code in PR #3151: URL: https://github.com/apache/solr/pull/3151#discussion_r1964083376
########## solr/modules/llm/src/test/org/apache/solr/llm/textvectorisation/search/TextToVectorQParserTest.java: ########## @@ -29,6 +30,11 @@ public static void init() throws Exception { loadModel("dummy-model.json"); } + @AfterClass + public static void cleanup() throws Exception { + afterTest(); + } Review Comment: That's the part that is giving me headache and nasty leftovers in tests (as detailed in the initial comment). The reason for that was to index once before all the tests, do the tests and then do the cleanup at the end. -- 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