Hi David! > I can't find the string "Could not remove temporary path" in our codebase; > maybe it's in randomized-testing? (CC Dawid) I'm not sure how to debug > this... maybe Solr wasn't closed properly? Although this doesn't happen
Yes, this message has a source in ANT's unit test runner code, here: https://github.com/randomizedtesting/randomizedtesting/blob/master/junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/JUnit4.java#L1031-L1041 Specifically, it couldn't delete the temporary folder -- most likely it wasn't empty (there were some files inside the folder). I think the message here should be improved -- I'll do that -- but in the mean time make sure the test's folder is empty; if it isn't, the build will fail. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
