Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dev 서버 복구를 위한 #680 revert #739

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

mzeong
Copy link
Contributor

@mzeong mzeong commented Oct 16, 2024

🚩 연관 이슈

close #738


📝 작업 내용


🏞️ 스크린샷 (선택)


🗣️ 리뷰 요구사항 (선택)

Copy link

Test Results

156 tests   - 1   156 ✅  - 1   5s ⏱️ ±0s
 45 suites ±0     0 💤 ±0 
 45 files   ±0     0 ❌ ±0 

Results for commit 7ae0c7f. ± Comparison against base commit e488594.

This pull request removes 9 and adds 8 tests. Note that renamed tests count towards both.
com.ody.auth.JwtTokenProviderTest$validateAccessToken ‑ [1] accessToken=com.ody.auth.token.AccessToken@406580c7
com.ody.auth.JwtTokenProviderTest$validateAccessToken ‑ [2] accessToken=com.ody.auth.token.AccessToken@51d2204d
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [1] date=2024-10-15, time=15:54:51.326244362, expected=false
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [2] date=2024-10-15, time=16:54:51.326264459, expected=true
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [3] date=2024-10-15, time=14:54:51.326253349, expected=false
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [4] date=2024-10-16, time=15:54:51.326244362, expected=true
com.ody.notification.repository.NotificationRepositoryTest ‑ 특정 모임의 알림 발송 시간이 지나지 않은 알림 전송 시간을 기준하여 오름차순으로 반환한다.
com.ody.notification.service.NotificationServiceTest ‑ 참여자의 출발 시간이 현재 시간보다 전이라면 입장 알림 - 출발 알림 순으로 로그 목록이 조회된다.
com.ody.notification.service.NotificationServiceTest ‑ 출발 알림 생성 시점이 알림 전송 시점보다 늦은 경우 즉시 전송된다
com.ody.auth.JwtTokenProviderTest$validateAccessToken ‑ [1] accessToken=com.ody.auth.token.AccessToken@318c8fd7
com.ody.auth.JwtTokenProviderTest$validateAccessToken ‑ [2] accessToken=com.ody.auth.token.AccessToken@6be7e4bc
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [1] date=2024-10-16, time=05:58:53.022476038, expected=false
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [2] date=2024-10-16, time=06:58:53.022502748, expected=true
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [3] date=2024-10-16, time=04:58:53.022491837, expected=false
com.ody.common.validator.FutureOrPresentDateTimeValidatorTest ‑ [4] date=2024-10-17, time=05:58:53.022476038, expected=true
com.ody.notification.repository.NotificationRepositoryTest ‑ 특정 모임의 Notification 반환
com.ody.notification.service.NotificationServiceTest ‑ 알림 생성 시점이 전송 시점보다 늦은 경우 즉시 전송된다

Copy link

📝 Test Coverage Report

Overall Project 80.02% -0.16% 🍏
Files changed 80.77% 🍏

File Coverage
Mate.java 100% 🍏
NotificationService.java 98.28% -1.72%
Member.java 97.65% 🍏
Eta.java 96% -4% 🍏
Notification.java 89.29% 🍏
BaseEntity.java 66.67% 🍏

Copy link
Contributor

@hyeon0208 hyeon0208 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅠㅠ 내 PR

@mzeong mzeong changed the title fix: dev 서버 복구를 위한 #680 resert fix: dev 서버 복구를 위한 #680 revert Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: dev 서버 복구를 위한 #680 revert
3 participants