Skip to content

[BE] feat: s3를 프로젝트와 연동 #89

[BE] feat: s3를 프로젝트와 연동

[BE] feat: s3를 프로젝트와 연동 #89

Triggered via pull request July 24, 2024 01:45
Status Failure
Total duration 1m 36s
Artifacts

backend-pull-request-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
FootprintCommandServiceTest.강아지를 등록하지 않은 사용자는 발자국을 남길 수 없다.: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintCommandServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintCommandServiceTest.발자국 저장 실패 - 존재하지 않는 Member ID: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintCommandServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintCommandServiceTest.발자국 저장: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintCommandServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintCommandServiceTest.발자국 저장 실패 - 30초 전에 이미 발자국을 남긴 경우: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintCommandServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintQueryServiceTest.Footprint ID를 통해 발자국의 정보를 조회할 수 있다.: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintQueryServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintQueryServiceTest.현재 시간 기준 24시간 보다 이전에 생성된 발자국은 조회되지 않는다.: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintQueryServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintQueryServiceTest.현재 위치 기준 1km 이내 발자국의 수가 1개일 때, 1개의 발자국만 조회된다.: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintQueryServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintQueryServiceTest.자신이 마지막으로 발자국 찍은 시간 조회 - 찍은 발자국이 있는 경우: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintQueryServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
FootprintQueryServiceTest.자신이 마지막으로 발자국 찍은 시간 조회 - 찍은 발자국이 없는 경우: backend/src/test/java/com/woowacourse/friendogly/footprint/service/FootprintQueryServiceTest.java#L1
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [Table "CLUB_MEMBER" not found (this database is empty); SQL statement: select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0 [42104-224]] [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]; SQL [select cm1_0.id,cm1_0.club_id,cm1_0.member_id from club_member cm1_0]
build
Process completed with exit code 1.
발자국 저장 (com.woowacourse.friendogly.footprint.service.FootprintCommandServiceTest) failed: com.woowacourse.friendogly.footprint.service.FootprintCommandServiceTest#L0
./backend/build/test-results/test/TEST-com.woowacourse.friendogly.footprint.service.FootprintCommandServiceTest.xml
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
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/