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.
我正在使用Grails。我所有的 Spock 集成测试都在工作。
但是当我将 autoFlush 属性设置为 true 时,一些测试开始失败,因为数据没有被回滚。
有任何想法吗?
*我正在使用 grails 2.1.1
我的一项测试是扩展规范而不是集成规范。当我扩展 IntegrationSpec 时,所有数据在每次测试后都会回滚。