Closed xGreenNarae closed 1 year ago
변경된 DB 구조와 관련한 쿼리 테스트 합니다.
N+1 쿼리가 발생하는 부분들을 개선합니다.
data.web.pageable.one-indexed-parameters: true 설정이 production profile에 누락되어있으므로 추가합니다.
data.web.pageable.one-indexed-parameters: true
해당 설정에 대한 잘못된 이해로, Controller method parameter의 PageableDefault는 0으로 명시합니다. 1로 명시할 경우, 기본 값 요청에 대해 page number가 2가 됩니다.
PetAgeToBirthDateConverter 로직 수정 이후 테스트 코드에 auto params로 주어지는 0년 에 대응하는 로직이 누락되어 있습니다. 추가하도록 합니다.
0년
계획
변경된 DB 구조와 관련한 쿼리 테스트 합니다.
N+1 쿼리가 발생하는 부분들을 개선합니다.
data.web.pageable.one-indexed-parameters: true
설정이 production profile에 누락되어있으므로 추가합니다.해당 설정에 대한 잘못된 이해로, Controller method parameter의 PageableDefault는 0으로 명시합니다. 1로 명시할 경우, 기본 값 요청에 대해 page number가 2가 됩니다.
PetAgeToBirthDateConverter 로직 수정 이후 테스트 코드에 auto params로 주어지는
0년
에 대응하는 로직이 누락되어 있습니다. 추가하도록 합니다.198 에 대한 처리도 포함합니다.(API 문서 오류 수정)