Skip to content

[BE] feat: 채팅 알림에 모임 정보(모임 사진, 모임 이름) 추가 #391

[BE] feat: 채팅 알림에 모임 정보(모임 사진, 모임 이름) 추가

[BE] feat: 채팅 알림에 모임 정보(모임 사진, 모임 이름) 추가 #391

Triggered via pull request October 23, 2024 06:29
Status Failure
Total duration 2m 27s
Artifacts

backend-pull-request-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 7 warnings
ChatCommandServiceTest.채팅 퇴장 메시지를 DB에 저장한다.: backend/src/test/java/com/happy/friendogly/chat/service/ChatCommandServiceTest.java#L72
com.happy.friendogly.exception.FriendoglyException: 해당 채팅방에 해당하는 모임이 존재하지 않습니다.
ChatCommandServiceTest.채팅 메시지를 DB에 저장한다.: backend/src/test/java/com/happy/friendogly/chat/service/ChatCommandServiceTest.java#L59
com.happy.friendogly.exception.FriendoglyException: 해당 채팅방에 해당하는 모임이 존재하지 않습니다.
ChatCommandServiceTest.채팅 입장 메시지를 DB에 저장한다.: backend/src/test/java/com/happy/friendogly/chat/service/ChatCommandServiceTest.java#L39
com.happy.friendogly.exception.FriendoglyException: 해당 채팅방에 해당하는 모임이 존재하지 않습니다.
ChatRoomCommandServiceTest.채팅방에서 나간다.: backend/src/test/java/com/happy/friendogly/chat/service/ChatRoomCommandServiceTest.java#L90
com.happy.friendogly.exception.FriendoglyException: 해당 채팅방에 해당하는 모임이 존재하지 않습니다.
build
Process completed with exit code 1.
채팅 퇴장 메시지를 DB에 저장한다. (com.happy.friendogly.chat.service.ChatCommandServiceTest) failed: com.happy.friendogly.chat.service.ChatCommandServiceTest#L0
./backend/build/test-results/test/TEST-com.happy.friendogly.chat.service.ChatCommandServiceTest.xml [took 0s]
채팅 메시지를 DB에 저장한다. (com.happy.friendogly.chat.service.ChatCommandServiceTest) failed: com.happy.friendogly.chat.service.ChatCommandServiceTest#L0
./backend/build/test-results/test/TEST-com.happy.friendogly.chat.service.ChatCommandServiceTest.xml [took 0s]
채팅 입장 메시지를 DB에 저장한다. (com.happy.friendogly.chat.service.ChatCommandServiceTest) failed: com.happy.friendogly.chat.service.ChatCommandServiceTest#L0
./backend/build/test-results/test/TEST-com.happy.friendogly.chat.service.ChatCommandServiceTest.xml [took 0s]
채팅방에서 나간다. (com.happy.friendogly.chat.service.ChatRoomCommandServiceTest) failed: com.happy.friendogly.chat.service.ChatRoomCommandServiceTest#L0
./backend/build/test-results/test/TEST-com.happy.friendogly.chat.service.ChatRoomCommandServiceTest.xml [took 0s]
build
The following actions uses node12 which is deprecated and will be forced to run on node16: jsdaniell/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: jsdaniell/[email protected], 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/