-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
커뮤니티 전체&추천 여행 목록 조회 쿼리 개선 #709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good
oh test.. |
📝 Jacoco Test Coverage
|
verify(itemRepository).delete(any()); | ||
verify(itemRepository).deleteById(any()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기 건들지도 않았는데 테스트 터짐! 이게 말.이.됩.니.까?
근데 이전 PR에선 안터졌음. 근데 터지는게 맞긴함
왜 안터졌지 ..? 뭔가 놓치고 있나 .. ? 근데 아무리 봐도 잘 모르겠다 ~
쨌든 테스트 터진 문제는 아래와 같습니다.
ExpenseRepository 참조하는데 모킹이 안되어있었고,
delete()
-> deleteById()
로 로직 바뀌었는데 verify 검증 부분은 안바꿔줘서 발생한 문제
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다. 라온
* feat: member와 sharedTrip fetch join으로 쿼리 * feat: tripIds에 해당하는 List<City> 가져오도록 쿼리 * feat: tripIds에 해당하는 Like 정보 가져오도록 쿼리 * feat: 추천 목록 조회에도 적용 * feat: recommend 쿼리에서 sharedTrip fetch join으로 쿼리 * refactor: dto 네이밍 및 패키지 변경 * style: 쿼리 포맷 수정 * refactor: 일급컬렉션을 사용하여 맵 변환 및 관련 변수명 수정 * test: ItemServiceTest delete 메서드 수정
📄 Summary
4(=1+3)개의 쿼리는 아래와 같습니다!
@Auth
로 인한 리프레시 토큰 검사🙋🏻 More