Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 테스트 환경의 Redis를 test-container 에서 embedded-redis로 변경 후 junit 테스트 실행 시 실행될 수 있도록 수정 #152

Commits on Aug 27, 2024

  1. [fix] test-container를 삭제하고 embedded redis 의존성 추가

    - test-container는 처음 띄울 때 매우 무거워서 시간이 오래걸리고, 테스트별 컨테이너의 포트 충돌의 위험이 있다.
    - 따라서 test-container에서 embedded redis를 이용한 테스트로 변경하기위해 의존성 변경
    Hyeon-Uk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bfabc1f View commit details
    Browse the repository at this point in the history
  2. [fix] test-container의 템플릿 테스트 코드 삭제

    - 더이상 테스트 컨테이너는 사용하지 않을것이므로 삭제
    Hyeon-Uk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d4f046c View commit details
    Browse the repository at this point in the history
  3. [feat] 테스트를 위한 embedded redis 를 구동시키기 위한 extension 설정

    - JUnit 테스트를 실행할 때 extension을 detect할 수 있도록 기능 추가
    Hyeon-Uk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6eae4b7 View commit details
    Browse the repository at this point in the history
  4. [docs] redisson의존성에서 redis 의존성으로 교체

    현재 이슈에서는 redisson을 사용한다는 보장이 없기 때문에 수정
    Hyeon-Uk authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    38b3a43 View commit details
    Browse the repository at this point in the history