[REFACTOR] recent-summary year 기본값 동적화 및 404 엔드포인트 처리 보강#430
Open
[REFACTOR] recent-summary year 기본값 동적화 및 404 엔드포인트 처리 보강#430
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
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.
이슈 배경
CI에서 간헐적으로 테스트가 실패하는 현상이 있어, 러너/도커/Testcontainers 환경 이슈를 빠르게 진단하고 복구 가능한 형태로 보완했습니다.
기존의 문제
SPRING_PROFILES_ACTIVE=ci ./gradlew test가 간헐 실패할 때 원인 파악 정보가 부족했습니다.해결 방식
/Users/twkk0/Desktop/Spring/hufscheer/spectator-server/.github/workflows/ci.yml)에 아래를 추가했습니다.docker version,docker infodocker pull mysql:8.0확인해야 할 부분
영향 범위 / 사이드 이펙트
Breaking Change 여부