Skip to content

Feat/#499 알림메시지 변경하기 #409

Feat/#499 알림메시지 변경하기

Feat/#499 알림메시지 변경하기 #409

Triggered via pull request November 3, 2023 02:01
Status Failure
Total duration 3m 35s
Artifacts

backend-ci-workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 13 warnings
NotificationService_NotificationMessageTest.알림 메시지 중 title 부분을 게시글 제목 이름으로 치환한다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L203
org.opentest4j.MultipleFailuresError: %title 부분을 게시글 제목으로 치환한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
NotificationService_NotificationMessageTest.알림 메시지가 수정된 이후 새로 등록된 알림에만 변경 사항이 적용된다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L175
org.opentest4j.MultipleFailuresError: 이전에 기록된 알림의 제목과 본문 내용은 변경이 없어야 한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
NotificationService_NotificationMessageTest.알림 메시지 중 count 부분을 수치로 치환한다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L256
org.opentest4j.MultipleFailuresError: %count 부분을 게시글 제목으로 치환한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
NotificationService_NotificationMessageTest.알림 메시지 중 comment 부분을 게시글 댓글 이름으로 치환한다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L233
org.opentest4j.MultipleFailuresError: %comment 부분을 댓글 내용으로 치환한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
build
Process completed with exit code 1.
NotificationService_NotificationMessageTest.알림 메시지 중 title 부분을 게시글 제목 이름으로 치환한다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L203
org.opentest4j.MultipleFailuresError: %title 부분을 게시글 제목으로 치환한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
NotificationService_NotificationMessageTest.알림 메시지가 수정된 이후 새로 등록된 알림에만 변경 사항이 적용된다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L175
org.opentest4j.MultipleFailuresError: 이전에 기록된 알림의 제목과 본문 내용은 변경이 없어야 한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
NotificationService_NotificationMessageTest.알림 메시지 중 count 부분을 수치로 치환한다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L256
org.opentest4j.MultipleFailuresError: %count 부분을 게시글 제목으로 치환한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
NotificationService_NotificationMessageTest.알림 메시지 중 comment 부분을 게시글 댓글 이름으로 치환한다 (NotificationRepository): backend/src/test/java/edonymyeon/backend/notification/application/NotificationService_NotificationMessageTest.java#L233
org.opentest4j.MultipleFailuresError: %comment 부분을 댓글 내용으로 치환한다. (1 failure) java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
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/