Skip to content

Commit bdf120f

Browse files
committed
Add CoroutinesAnnotationTransactionInterceptorTests
suspendingValueSuccess() currently fails due to an unexpected rollback on transactional suspending functions returning a value. See gh-25998
1 parent e781d21 commit bdf120f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-tx/src/test/kotlin/org/springframework/transaction/annotation/CoroutinesAnnotationTransactionInterceptorTests.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class CoroutinesAnnotationTransactionInterceptorTests {
8080
assertReactiveGetTransactionAndRollbackCount(1)
8181
}
8282

83-
84-
8583
private fun assertReactiveGetTransactionAndCommitCount(expectedCount: Int) {
8684
Assertions.assertThat(rtm.begun).isEqualTo(expectedCount)
8785
Assertions.assertThat(rtm.commits).isEqualTo(expectedCount)

0 commit comments

Comments
 (0)