Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要我的 Geb 测试是事务性的(在每个测试结束时回滚),我该如何实现呢?
我在类和方法中都尝试了 'static transactional = true' 和 @Transactional 注释,但它不起作用。
PD:我的测试扩展自 GebReportingSpec。
显然这在技术上是不可能的:
https://jira.codehaus.org/browse/GEB-238