방어 로직 및 경계값 수정으로 전체 테스트 복구 - #1
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
이 PR은 테스트 실패의 공통 원인인 방어 로직 부족과 경계값 버그를 전면 수정합니다. API 라우터는 ValidationError를 400으로 응답하고, 인증 로직은 exp 판정을 올바르게 반전하며, 데이터 처리기는 Promise 기반으로 순차/병렬 완료를 보장합니다. 또한 결제 계산의 기준값 비교와 티어 인덱스 범위 처리를 보완하고, 사용자 서비스는 안전한 optional access와 유효성 검사를 적용합니다.
🔍 원본 에러 로그 및 발생 Context 보기