Skip to content

[refactor#148] 답변 채택 API 성능 최적화 #200

[refactor#148] 답변 채택 API 성능 최적화

[refactor#148] 답변 채택 API 성능 최적화 #200

GitHub Actions / Test Results failed Nov 23, 2024 in 0s

1 fail, 129 pass in 40s

 28 files  ±0   28 suites  ±0   40s ⏱️ +14s
130 tests +1  129 ✅ +5  0 💤 ±0  1 ❌  - 4 
131 runs  +1  130 ✅ +5  0 💤 ±0  1 ❌  - 4 

Results for commit 9463711. ± Comparison against earlier commit 97f30ef.

Annotations

Check warning on line 0 in com.dnd.gongmuin.answer.service.AnswerServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

[답변을 등록할 수 있다.] (com.dnd.gongmuin.answer.service.AnswerServiceTest) failed

build/test-results/test/TEST-com.dnd.gongmuin.answer.service.AnswerServiceTest.xml [took 0s]
Raw output
com.dnd.gongmuin.common.exception.runtime.NotFoundException: 해당 아이디의 질문 포스트가 존재하지 않습니다.
	at app//com.dnd.gongmuin.answer.service.AnswerService.lambda$findQuestionPostById$1(AnswerService.java:113)
	at [email protected]/java.util.Optional.orElseThrow(Optional.java:403)
	at app//com.dnd.gongmuin.answer.service.AnswerService.findQuestionPostById(AnswerService.java:113)
	at app//com.dnd.gongmuin.answer.service.AnswerService.registerAnswer(AnswerService.java:54)
	at app//com.dnd.gongmuin.answer.service.AnswerServiceTest.registerAnswer(AnswerServiceTest.java:92)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)