Skip to content

Comments

[Feat] 배포 환경과 일치하는지 확인하는 테스트 추가 close #63 #86

Merged
Dimo-2562 merged 1 commit intomainfrom
fix/#63
Jun 7, 2025
Merged

[Feat] 배포 환경과 일치하는지 확인하는 테스트 추가 close #63 #86
Dimo-2562 merged 1 commit intomainfrom
fix/#63

Conversation

@rover0811
Copy link
Member

🔍 개요

로컬 개발 환경에서 배포 전 인프라 설정을 검증하는 테스트를 추가했습니다.

📝 변경사항

  • InfrastructureValidationTest 클래스 추가
  • 메모리 사용량 Cloud Run 제한(512Mi) 검증
  • application.properties의 server.port=8080 설정 검증
  • application-secret.properties 파일 존재 및 변경 여부 확인
  • CI 환경에서는 자동 스킵되도록 구현

🧪 테스트 방법

bash./gradlew test --tests "*InfrastructureValidationTest"

👀 리뷰 요구사항

  • 메모리 임계값 80% 적정성 검토
  • CI 환경 감지 로직 검토

✅ 체크리스트

  • 코드 스타일 가이드라인을 준수했습니다
  • 테스트를 추가/수정했습니다
  • [] 문서를 업데이트했습니다 (필요한 경우)

@rover0811 rover0811 requested review from Dimo-2562 and Joon9750 June 5, 2025 13:28
Copy link
Collaborator

@Dimo-2562 Dimo-2562 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

@Dimo-2562 Dimo-2562 merged commit a1c816f into main Jun 7, 2025
1 check passed
@Dimo-2562 Dimo-2562 deleted the fix/#63 branch June 7, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants