tkalkirill commented on code in PR #2370:
URL: https://github.com/apache/ignite-3/pull/2370#discussion_r1277201237


##########
modules/transactions/src/testFixtures/java/org/apache/ignite/internal/tx/storage/state/AbstractTxStateStorageTest.java:
##########
@@ -75,8 +74,7 @@ void beforeTest() {
         tableStorage.start();
     }
 
-    @AfterEach
-    void afterTest() {
+    protected void afterTest() {

Review Comment:
   I tried to use the annotation `@Override` and `@AfterEach` at the same time 
and found that none of them is called, I read 
[here](https://stackoverflow.com/questions/48864716/before-beforeeach-inheritance-behaviour-change-junit4-junit5)
 that in JUnit5 you need to do it differently than in JUnit4, I did it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to