Skip to content

feat(application): Application 테스트 및 실행 설정 정리 #24 - #64

Open
wlyoon921 wants to merge 4 commits into
developfrom
feat/24-application-bootstrap-test
Open

feat(application): Application 테스트 및 실행 설정 정리 #24#64
wlyoon921 wants to merge 4 commits into
developfrom
feat/24-application-bootstrap-test

Conversation

@wlyoon921

Copy link
Copy Markdown

Summary

application 서비스의 bootstrap 실행 설정과 테스트를 정리했습니다.
dev/prod profile별 MySQL 설정을 추가했습니다.
application bootstrap main class와 Bazel 의존성을 정리했습니다.
ScoreCalculator, ApplicationController, EvaluationController 테스트를 추가했습니다.

Related Issue

Related to #24

Scope

In scope:

  • application bootstrap BUILD/deps 정리
  • application.yaml
  • application-dev.yaml
  • application-prod.yaml
  • ScoreCalculatorTest
  • ApplicationControllerTest
  • EvaluationControllerTest
  • Bazel test target 정리

Out of scope:

  • 운영 migration 도구
  • 실제 identity 인증 연동
  • admin 합격 결과 처리
  • 2차 전형 점수 계산

Implementation

application 기본 profile은 dev로 구성했습니다.
dev/prod 모두 MySQL datasource와 JPA 설정을 사용하도록 정리했습니다.
랜딩 일정은 APPLICATION_START_AT, APPLICATION_END_AT, RESULT_ANNOUNCED_AT 환경변수로 주입할 수 있게 구성했습니다.
Bazel bootstrap main_class를 실제 Kotlin main class와 일치하도록 수정했습니다.
도메인 점수 계산과 REST controller 응답 흐름을 테스트로 검증했습니다.

Testing

Unit tests:

  • ScoreCalculatorTest
  • ApplicationControllerTest
  • EvaluationControllerTest

Manual verification:

bazel --output_user_root=C:/bazel-cache/entrydsm-tests test //systems/application/application-domain:test //systems/application/application-adapter-in:test --shell_executable="C:/Program Files/Git/bin/bash.exe" --jobs=2 --test_output=errors

@wlyoon921
wlyoon921 requested review from kusuri12-09 and tlgms July 30, 2026 11:30
@wlyoon921 wlyoon921 self-assigned this Jul 30, 2026
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review
🚫 Excluded labels (none allowed) (2)
  • wip
  • do-not-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f816f358-7733-4ee9-9918-03eb4666327a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant