Skip to content

feat: 날라간 정보 반영 #1061

feat: 날라간 정보 반영

feat: 날라간 정보 반영 #1061

GitHub Actions / Test Results failed Dec 7, 2024 in 0s

4 fail, 24 skipped, 206 pass in 9s

 70 files  ±0   70 suites  ±0   9s ⏱️ -1s
234 tests ±0  206 ✅  - 5  24 💤 +4  4 ❌ +1 
246 runs  ±0  218 ✅  - 5  24 💤 +4  4 ❌ +1 

Results for commit b80504e. ± Comparison against earlier commit f246d32.

Annotations

Check warning on line 0 in corea.room.controller.RoomControllerTest$RoomUpdate

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)