feat: 날라간 정보 반영 #1061
4 fail, 24 skipped, 206 pass in 9s
Annotations
Check warning on line 0 in corea.room.controller.RoomControllerTest$RoomUpdate
github-actions / Test Results
모집중인 상태가 아닌 방을 수정하려 하면 예외가 발생한다. (corea.room.controller.RoomControllerTest$RoomUpdate) failed
backend/build/test-results/test/TEST-corea.room.controller.RoomControllerTest$RoomUpdate.xml [took 0s]
Raw output
corea.exception.CoreaException: 방이 마감되었습니다.
at app//corea.room.domain.Room.validateOpened(Room.java:104)
at app//corea.room.domain.Room.updateStatusToProgress(Room.java:109)
at app//corea.room.controller.RoomControllerTest$RoomUpdate.invalidRoomStatus(RoomControllerTest.java:151)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
Check warning on line 0 in corea.scheduler.service.AutomaticMatchingSchedulerTest
github-actions / Test Results
예약된 자동 업데이트를 삭제한다. (corea.scheduler.service.AutomaticMatchingSchedulerTest) failed
backend/build/test-results/test/TEST-corea.scheduler.service.AutomaticMatchingSchedulerTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError:
Expecting value to be true but was false
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at app//corea.scheduler.service.AutomaticMatchingSchedulerTest.cancel(AutomaticMatchingSchedulerTest.java:84)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
Check warning on line 0 in corea.room.controller.RoomControllerTest$RoomDelete
github-actions / Test Results
모집중인 상태가 아닌 방을 삭제하려 하면 예외가 발생한다. (corea.room.controller.RoomControllerTest$RoomDelete) failed
backend/build/test-results/test/TEST-corea.room.controller.RoomControllerTest$RoomDelete.xml [took 0s]
Raw output
corea.exception.CoreaException: 방이 마감되었습니다.
at app//corea.room.domain.Room.validateOpened(Room.java:104)
at app//corea.room.domain.Room.updateStatusToProgress(Room.java:109)
at app//corea.room.controller.RoomControllerTest$RoomDelete.invalidRoomStatus(RoomControllerTest.java:222)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
Check warning on line 0 in corea.room.controller.RoomControllerTest$RoomDelete
github-actions / Test Results
방장이 방을 삭제할 수 있다. (corea.room.controller.RoomControllerTest$RoomDelete) failed
backend/build/test-results/test/TEST-corea.room.controller.RoomControllerTest$RoomDelete.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError:
expected: 204
but was: 400
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at app//corea.room.controller.RoomControllerTest$RoomDelete.delete(RoomControllerTest.java:197)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)