Skip to content

[Feat] 관리자 계정 조회 #5

[Feat] 관리자 계정 조회

[Feat] 관리자 계정 조회 #5

Triggered via pull request September 4, 2024 05:33
Status Failure
Total duration 58s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
ChallengeGroupQueryServiceTest.챌린지 그룹 목록 페이징이 정상적으로 동작한다.: zzansuni-api-server/app/src/test/java/org/haedal/zzansuni/challengegroup/domain/application/ChallengeGroupQueryServiceTest.java#L37
org.springframework.dao.DataIntegrityViolationException: could not execute statement [NULL not allowed for column "JOIN_END_DATE"; SQL statement: insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default) [23502-224]] [insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default)]; SQL [insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default)]; constraint [null]
ChallengeGroupQueryServiceTest.챌린지 그룹 상세 조회가 정상적으로 동작한다.: zzansuni-api-server/app/src/test/java/org/haedal/zzansuni/challengegroup/domain/application/ChallengeGroupQueryServiceTest.java#L63
org.springframework.dao.DataIntegrityViolationException: could not execute statement [NULL not allowed for column "JOIN_END_DATE"; SQL statement: insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default) [23502-224]] [insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default)]; SQL [insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default)]; constraint [null]
ChallengeGroupServiceTest.챌린지 그룹 삭제가 정상적으로 동작한다.: zzansuni-api-server/app/src/test/java/org/haedal/zzansuni/challengegroup/domain/application/ChallengeGroupServiceTest.java#L76
org.springframework.dao.DataIntegrityViolationException: could not execute statement [NULL not allowed for column "JOIN_END_DATE"; SQL statement: insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default) [23502-224]] [insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default)]; SQL [insert into challenge_group (category,content,created_at,cumulative_count,guide,join_end_date,join_start_date,modified_at,title,id) values (?,?,?,?,?,?,?,?,?,default)]; constraint [null]
ci
Process completed with exit code 1.
챌린지 그룹 생성이 정상적으로 동작한다. (org.haedal.zzansuni.challengegroup.domain.application.ChallengeGroupServiceTest) failed: org.haedal.zzansuni.challengegroup.domain.application.ChallengeGroupServiceTest#L0
zzansuni-api-server/app/build/test-results/test/TEST-org.haedal.zzansuni.challengegroup.domain.application.ChallengeGroupServiceTest.xml
챌린지 그룹 삭제가 정상적으로 동작한다. (org.haedal.zzansuni.challengegroup.domain.application.ChallengeGroupServiceTest) failed: org.haedal.zzansuni.challengegroup.domain.application.ChallengeGroupServiceTest#L0
zzansuni-api-server/app/build/test-results/test/TEST-org.haedal.zzansuni.challengegroup.domain.application.ChallengeGroupServiceTest.xml
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci
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/