fix: Zyte 평문 520 오류 처리 - #159
Merged
Merged
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.
요약
available: falsedegraded 성공으로 처리해 HTTP 500 연결 끊김을 방지합니다./health의 Zyte 사용처에 CU와 세븐일레븐을 정확히 표시합니다.Buffer/atob테스트 stub이 실패 후 다른 테스트를 오염시키지 않도록 격리합니다.검증
npm run format:checknpm run lintnpm run lint:biomenpm run typechecknpm run check:source-linesnpx vitest run --maxWorkers=1 --no-file-parallelism(143 files, 1,619 tests)npx vitest run --coverage --maxWorkers=1 --no-file-parallelism(100% statements/branches/functions/lines)npm run build운영 재현
배포 후 CU 재고 호출에서 Zyte가 평문
error code: 520을 반환해 기존 버전이 500을 냈으며, 이 응답 형태를 회귀 테스트로 추가했습니다.