vlsi commented on issue #1798: [CALCITE-2442] Remove .toDelete cassandra temp folder on Windows after tests URL: https://github.com/apache/calcite/pull/1798#issuecomment-585374414 > What I need is a callback after all tests have been executed I don't think JUnit has a callback "after all tests". So there are multiple solutions: a) use TestContainers b) use "after each test class" callback A workaround might be to use a single class for all the tests, then "afterclass" would be the same ase "after all cassandra 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
