Skip to content

[Feat] Alert api #202 #229

[Feat] Alert api #202

[Feat] Alert api #202 #229

Re-run triggered August 4, 2024 10:18
Status Failure
Total duration 2m 30s
Artifacts

build.yml

on: pull_request
Build and analyze
2m 18s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 7 warnings
AdminAcceptanceTest.[v2] Admin은 예약된 모든 알림을 조회할 수 있다: src/test/java/com/kustacks/kuring/acceptance/AdminAcceptanceTest.java#L162
org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure) java.lang.AssertionError: Expecting actual: "[]" to contain: ["id", "title", "content", "status", "wakeTime"] but could not find: ["id", "title", "content", "status", "wakeTime"]
AdminAcceptanceTest.[v2] Admin은 예약 알림을 삭제할 수 있다: src/test/java/com/kustacks/kuring/acceptance/AdminAcceptanceTest.java#L177
java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "io.restassured.internal.common.path.ObjectConverter.convertObjectTo(Object, java.lang.Class)" is null
AdminAcceptanceTest.[v2] Admin은 예약 알림을 생성할 수 있다: src/test/java/com/kustacks/kuring/acceptance/AdminAcceptanceTest.java#L134
org.gradle.internal.exceptions.DefaultMultiCauseException: Multiple Failures (3 failures) org.opentest4j.AssertionFailedError: expected: 200 but was: 500 java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "io.restassured.internal.common.path.ObjectConverter.convertObjectTo(Object, java.lang.Class)" is null org.opentest4j.AssertionFailedError: expected: "실제 공지 생성에 성공하였습니다" but was: null
AlertServiceTest.알림을 성공적으로 취소한다: src/test/java/com/kustacks/kuring/alert/application/service/AlertServiceTest.java#L72
org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure) org.opentest4j.AssertionFailedError: expected: 2024-08-04T19:19:56.097343700 (java.time.LocalDateTime) but was: 2024-08-04T19:19:56.097343 (java.time.LocalDateTime) when comparing values using 'ChronoLocalDateTime.timeLineOrder()'
AlertServiceTest.알림을 성공적으로 등록한다: src/test/java/com/kustacks/kuring/alert/application/service/AlertServiceTest.java#L47
org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure) org.opentest4j.AssertionFailedError: expected: 2024-08-04T19:19:56.338144932 (java.time.LocalDateTime) but was: 2024-08-04T19:19:56.338144 (java.time.LocalDateTime) when comparing values using 'ChronoLocalDateTime.timeLineOrder()'
Build and analyze
Process completed with exit code 1.
Build and analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and analyze
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/