Skip to content

feat: 매개변수 추가 #1060

feat: 매개변수 추가

feat: 매개변수 추가 #1060

Triggered via push December 7, 2024 04:42
Status Success
Total duration 11s
Artifacts
auto-pull-request
3s
auto-pull-request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 7 warnings
RoomControllerTest$RoomUpdate.방을 수정하면 변경된 리뷰 마감 기간에 자동으로 방이 종료되도록 수정한다.: RoomControllerTest$RoomUpdate#L170
java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "exceptionType" (class corea.room.dto.RoomResponse), not marked as ignorable (19 known properties: "repositoryLink", "thumbnailLink", "message", "keywords", "manager", "bothCount", "reviewDeadline", "participationStatus", "recruitmentDeadline", "title", "content", "limitedParticipants", "id", "matchingSize", "classification", "reviewerCount", "roomStatus", "memberRole", "isPublic"]) at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 64] (through reference chain: corea.room.dto.RoomResponse["exceptionType"])
RoomControllerTest$RoomUpdate.방장이 방을 수정할 수 있다.: RoomControllerTest$RoomUpdate#L119
java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "exceptionType" (class corea.room.dto.RoomResponse), not marked as ignorable (19 known properties: "repositoryLink", "thumbnailLink", "message", "keywords", "manager", "bothCount", "reviewDeadline", "participationStatus", "recruitmentDeadline", "title", "content", "limitedParticipants", "id", "matchingSize", "classification", "reviewerCount", "roomStatus", "memberRole", "isPublic"]) at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 64] (through reference chain: corea.room.dto.RoomResponse["exceptionType"])
RoomControllerTest$RoomDelete.방장이 방을 삭제할 수 있다.: RoomControllerTest$RoomDelete#L193
org.opentest4j.AssertionFailedError: expected: 204 but was: 400
RoomControllerTest$RoomUpdate.방을 수정하면 변경된 모집 마감 기간에 자동으로 매칭을 실행하도록 수정한다.: RoomControllerTest$RoomUpdate#L160
java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "exceptionType" (class corea.room.dto.RoomResponse), not marked as ignorable (19 known properties: "repositoryLink", "thumbnailLink", "message", "keywords", "manager", "bothCount", "reviewDeadline", "participationStatus", "recruitmentDeadline", "title", "content", "limitedParticipants", "id", "matchingSize", "classification", "reviewerCount", "roomStatus", "memberRole", "isPublic"]) at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 64] (through reference chain: corea.room.dto.RoomResponse["exceptionType"])
auto-pull-request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
예약된 자동 업데이트를 수정한다. (corea.scheduler.service.AutomaticMatchingSchedulerTest) failed: corea.scheduler.service.AutomaticMatchingSchedulerTest#L0
backend/build/test-results/test/TEST-corea.scheduler.service.AutomaticMatchingSchedulerTest.xml [took 0s]
방장이 방을 수정할 수 있다. (corea.room.controller.RoomControllerTest$RoomUpdate) failed: corea.room.controller.RoomControllerTest$RoomUpdate#L0
backend/build/test-results/test/TEST-corea.room.controller.RoomControllerTest$RoomUpdate.xml [took 0s]
방장이 방을 삭제할 수 있다. (corea.room.controller.RoomControllerTest$RoomDelete) failed: corea.room.controller.RoomControllerTest$RoomDelete#L0
backend/build/test-results/test/TEST-corea.room.controller.RoomControllerTest$RoomDelete.xml [took 0s]