Skip to content

Commit 2ecf1ac

Browse files
committed
Fix: Mongo 저장 실패 시 update 롤백 - propagation 임시 주석처리
1 parent f288118 commit 2ecf1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/ejangs/docsa/domain/save/app/SaveServiceIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class SaveRollbackTest {
113113

114114
@Test
115115
@DisplayName("Mongo 저장 실패 시 updateSave 롤백")
116-
@Transactional(propagation = Propagation.NOT_SUPPORTED)
116+
//@Transactional(propagation = Propagation.NOT_SUPPORTED)
117117
void updateSave_fails_whenMongoSaveFails_thenMysqlDeleted() throws Exception {
118118
// given
119119
LocalDateTime beforeUpdatedAt = save.getUpdatedAt();

0 commit comments

Comments
 (0)