You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/02/12 19:23:52 UTC

[GitHub] [calcite] vlsi commented on issue #1798: [CALCITE-2442] Remove .toDelete cassandra temp folder on Windows after tests

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:
users@infra.apache.org


With regards,
Apache Git Services