fix: 다일 일정 인근 지역 확장 허용 - #20
Merged
Merged
Conversation
Heyaaz
commented
May 20, 2026
Heyaaz
left a comment
Owner
Author
There was a problem hiding this comment.
Nogada PR Review
Verdict: ✅ No blocking issues found.
Checked scope:
- 다일 일정에서 같은 지역 후보가 부족할 때 인근 지역 후보로 확장하는 로직
- 일자 경계에서 이전 장소 거리 패널티가 다음 날짜 첫 슬롯에 과하게 적용되지 않도록 하는 변경
- 신규 회귀 테스트(
multi day schedule can expand to nearby localities...)
Verification:
./gradlew clean test --no-daemon --no-build-cache성공- Test XML summary: 60 tests, 0 failures, 0 errors, 0 skipped
git diff --check origin/main...pr-20통과
Notes:
- Testcontainers 종료 시점의 Hikari/PostgreSQL shutdown warning은 있었지만 Gradle 빌드와 XML 결과는 성공입니다.
[Heyaaz의 Nogada]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Verification
./gradlew test --tests 'com.tripsync.application.consensus.ConsensusServiceTest' --no-daemon./gradlew cleanTest test --no-daemonNotes