[BE] Member 관련 기능 개발 #22
be-pull-request.yml
on: pull_request
build-and-comment
1m 36s
Annotations
3 errors and 3 warnings
MemberIntegrationTest.Topic 에 권한을 가진 자를 조회한다.:
backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L224
java.lang.AssertionError:
Expecting:
MemberDetailResponse[id=2, name=memberrr, [email protected], imageUrl=https://map-befine-official.github.io/favicon.png, updateAt=2023-08-08T13:29:42.054059]
to be equal to:
MemberDetailResponse[id=2, name=memberrr, [email protected], imageUrl=https://map-befine-official.github.io/favicon.png, updateAt=2023-08-08T13:29:42.054058607]
when recursively comparing field by field, but found the following difference:
field/property 'updateAt' differ:
- actual value : 2023-08-08T13:29:42.054059 (java.time.LocalDateTime)
- expected value : 2023-08-08T13:29:42.054058607 (java.time.LocalDateTime)
The recursive comparison was performed with this configuration:
- the following fields were ignored in the comparison: updatedAt
- no overridden equals methods were used in the comparison (except for java types)
- these types were compared with the following comparators:
- java.lang.Double -> DoubleComparator[precision=1.0E-15]
- java.lang.Float -> FloatComparator[precision=1.0E-6]
- actual and expected objects and their fields were compared field by field recursively even if they were not of the same type, this allows for example to compare a Person to a PersonDto (call strictTypeChecking(true) to change that behavior).
|
MemberIntegrationTest.유저가 생성한 토픽을 조회한다.:
backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L396
java.lang.AssertionError:
Expecting:
[TopicResponse[id=1, name=topic1, image=https://map-befine-official.github.io/favicon.png, pinCount=0, updatedAt=2023-08-08T13:29:42.290999],
TopicResponse[id=2, name=topic2, image=https://map-befine-official.github.io/favicon.png, pinCount=0, updatedAt=2023-08-08T13:29:42.297349]]
to be equal to:
[TopicResponse[id=1, name=topic1, image=https://map-befine-official.github.io/favicon.png, pinCount=0, updatedAt=2023-08-08T13:29:42.290998840],
TopicResponse[id=2, name=topic2, image=https://map-befine-official.github.io/favicon.png, pinCount=0, updatedAt=2023-08-08T13:29:42.297349321]]
when recursively comparing field by field, but found the following 2 differences:
field/property '[0].updatedAt' differ:
- actual value : 2023-08-08T13:29:42.290999 (java.time.LocalDateTime)
- expected value : 2023-08-08T13:29:42.290998840 (java.time.LocalDateTime)
field/property '[1].updatedAt' differ:
- actual value : 2023-08-08T13:29:42.297349 (java.time.LocalDateTime)
- expected value : 2023-08-08T13:29:42.297349321 (java.time.LocalDateTime)
The recursive comparison was performed with this configuration:
- no overridden equals methods were used in the comparison (except for java types)
- these types were compared with the following comparators:
- java.lang.Double -> DoubleComparator[precision=1.0E-15]
- java.lang.Float -> FloatComparator[precision=1.0E-6]
- actual and expected objects and their fields were compared field by field recursively even if they were not of the same type, this allows for example to compare a Person to a PersonDto (call strictTypeChecking(true) to change that behavior).
|
build-and-comment
Process completed with exit code 1.
|
Topic 에 권한을 가진 자를 조회한다. (com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest) failed:
com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest.xml
|
유저가 생성한 토픽을 조회한다. (com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest) failed:
com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest.xml
|
build-and-comment
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/
|