Junichi Miyazaki
Junichi Miyazaki
Any progress? I found a workaround as below but I think this code is a bit hacky. So, I hope this feature be supported officially. ```kotlin:AbstractTransactionalScenarioTest.kt @Suppress("UnnecessaryAbstractClass", "EmptyFunctionBlock") @ContextBootTest @TestInstance(value...
@ttddyy Thank you for your reply! But sadly, I tried your annotation style solution but it didn't work properly. It seems rollback didn't work for each test case. (`@Transactional(propagation =...
@ttddyy I'm sorry, I was misunderstanding it. Your case seems to fully satisfy the requirements of this ticket. The reason what I added the NESTED propagation is that I want...