feat: 매개변수 추가 #1060
auto-pull-request.yml
on: push
auto-pull-request
3s
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"])
|
AutomaticMatchingSchedulerTest.예약된 자동 업데이트를 수정한다.:
backend/src/test/java/corea/scheduler/service/AutomaticMatchingSchedulerTest.java#L101
org.opentest4j.AssertionFailedError:
Expecting value to be true but was false
|
RoomControllerTest$RoomDelete.모집중인 상태가 아닌 방을 삭제하려 하면 예외가 발생한다.:
RoomControllerTest$RoomDelete#L218
corea.exception.CoreaException: 방이 마감되었습니다.
|
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$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$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]
|
방장이 방을 삭제할 수 있다. (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]
|