Genti2024 / GenTI-BE

springboot
0 stars 0 forks source link

[Future] CI/CD 파이프라인 도중 테스트 오류 #70

Open BYEONGRYEOL opened 3 months ago

BYEONGRYEOL commented 3 months ago

Feature describe Github Actions환경에서 테스트가 Discord에 요청을 보낼 수 없어 실패하는 경우를 발견하였다.

DiscordAppender에 통일된 pub-sub 구조 및 Profile에 따라 event subscribe하거나 하지 않도록(test환경에서는 하지 않도록) 수정해도 hibernate / persistence / transactional 관련 이슈가 발생

이유는 정확하게 모르겠으나, Intellij에서 test를 실행했을때는 성공, gradle 내에서 테스트를 실행햇을 때는 query문의 결과가 intellij의 상황과 달라서 실패한다.

아래는 Gradle의 테스트결과 image

쿼리 결과 조회조건에 맞는 결과를 리턴하지 못했는데, intellij는 문제없이 실행된다.

Why should That be Considered 진정한 CI/CD 및 배포자동화라면....!

Describe alternatives 매번 배포전 로컬환경에서 테스트한 후 push and merge 하면 되긴한다.

pros and cons

Addtional Context