jdaugherty commented on issue #15588: URL: https://github.com/apache/grails-core/issues/15588#issuecomment-4296188219
This is definitely working in 7.x. Are you using new transactions? Rollback relies on transactions and won't do anything without it. If you can provide an example application, we can help assist you. Otherwise: we did add https://grails.apache.org/docs/7.0.10/guide/single.html#_databasecleanup to support entire database drops / cleanups between tests or test classes. To use it you have to add `@DatabaseCleanup` & then have `@Transactional`. -- 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]
