Skip to content

feat(notification): notification 테스트 및 실행 설정 정리 #28 - #67

Open
wlyoon921 wants to merge 3 commits into
developfrom
feat/28-notification-bootstrap-test
Open

feat(notification): notification 테스트 및 실행 설정 정리 #28#67
wlyoon921 wants to merge 3 commits into
developfrom
feat/28-notification-bootstrap-test

Conversation

@wlyoon921

Copy link
Copy Markdown

Summary

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

Related Issue

Related to #28

Scope

In scope:

  • notification bootstrap BUILD/deps 정리
  • application.yaml
  • application-dev.yaml
  • application-prod.yaml
  • NotificationServiceTest
  • Bazel test target 정리

Out of scope:

  • admin 등록/수정/삭제 API
  • 파일 서비스 연동
  • 운영 migration 도구
  • controller 통합 테스트

Implementation

notification 기본 profile은 dev로 구성했습니다.
dev/prod 모두 MySQL datasource와 JPA 설정을 사용하도록 정리했습니다.
Bazel bootstrap main_class를 실제 Kotlin main class와 일치하도록 수정했습니다.
NotificationService의 목록/상세 조회와 not found 예외 흐름을 테스트했습니다.

Testing

Unit tests:

  • NotificationServiceTest

Manual verification:

bazel --output_user_root=C:/bazel-cache/entrydsm-tests test //systems/notification/notification-application: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:35
@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: 8661139b-d2da-480f-b75f-6c5a8f13b54e

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.

@wlyoon921
wlyoon921 force-pushed the feat/28-notification-bootstrap-test branch from bd3a3fe to f55c911 Compare July 30, 2026 11:39
@wlyoon921
wlyoon921 force-pushed the feat/28-notification-bootstrap-test branch from f55c911 to 52cd353 Compare July 30, 2026 11:55
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