You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
I am using SB2.1.7 with JDK11 and embedded MySQL 5.7.19, i noticed that even my test method has @transactional, I still have to explicitly remove all records before each test in @before method, otherwise tests will interfere each other. did i miss any configuration? The test method remove records after the test in H2 before.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using SB2.1.7 with JDK11 and embedded MySQL 5.7.19, i noticed that even my test method has @transactional, I still have to explicitly remove all records before each test in @before method, otherwise tests will interfere each other. did i miss any configuration? The test method remove records after the test in H2 before.
The text was updated successfully, but these errors were encountered: