Skip to content

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경 #468

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경 #468

Triggered via pull request November 14, 2023 05:07
Status Failure
Total duration 1m 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

backend_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 16 warnings
ManageCouponCommandServiceTest.쿠폰 발급 시 카페의 쿠폰 디자인이 없으면 예외발생: backend/src/test/java/com/stampcrush/backend/application/manager/coupon/ManageCouponCommandServiceTest.java#L209
org.mockito.exceptions.misusing.UnnecessaryStubbingException: Unnecessary stubbings detected. Clean & maintainable test code requires zero unnecessary code. Following stubbings are unnecessary (click to navigate to relevant line of code): 1. -> at com.stampcrush.backend.application.manager.coupon.ManageCouponCommandServiceTest.쿠폰_발급_시_카페의_쿠폰_디자인이_없으면_예외발생(ManageCouponCommandServiceTest.java:209) Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class.
CafeCouponDesignRepositoryTest.활성화된 쿠폰만 조회한다: backend/src/test/java/com/stampcrush/backend/repository/cafe/CafeCouponDesignRepositoryTest.java#L39
org.springframework.dao.IncorrectResultSizeDataAccessException: query did not return a unique result: 2
build
Process completed with exit code 1.
활성화된 쿠폰만 조회한다 (com.stampcrush.backend.repository.cafe.CafeCouponDesignRepositoryTest) failed: com.stampcrush.backend.repository.cafe.CafeCouponDesignRepositoryTest#L0
backend/build/test-results/test/TEST-com.stampcrush.backend.repository.cafe.CafeCouponDesignRepositoryTest.xml
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/