CodyBuilder-dev / my-item-stock-batch

0 stars 0 forks source link

배포시 contextLoads() 테스트로 인한 배포 시간 장기화 문제 #13

Open CodyBuilder-dev opened 3 years ago

CodyBuilder-dev commented 3 years ago

현황

CodyBuilder-dev commented 3 years ago

@SpringbootTest와 contextLoads()역할 (https://spring.io/guides/gs/testing-web/)

해결책

  1. contextLoads() 통합테스트를 제거한다
    • 근본적인 해결책은 아니고, 너무 위험함
  2. application.properties에 빌드용 profile을 만들고, 해당 profile에서는 Jobstore Type을 memory로 변경