Skip to content

fix: controller bug - #228

Open
AnnieHa1002 wants to merge 1 commit into
devfrom
fix/227-controllertestfail
Open

fix: controller bug#228
AnnieHa1002 wants to merge 1 commit into
devfrom
fix/227-controllertestfail

Conversation

@AnnieHa1002

Copy link
Copy Markdown
Collaborator

📌 관련 이슈

💡 작업 내용

🔍 변경 이유

📝 리뷰 포인트 (선택)

  • 집중해서 봐줬으면 하는 부분

🧠 기타 참고 사항

(참고 문서, 스크린샷 등)

@AnnieHa1002 AnnieHa1002 linked an issue Mar 11, 2026 that may be closed by this pull request
3 tasks

@Query(
value =
"SELECT * FROM baedalsodae.event WHERE status = 'PENDING' ORDER BY created_at ASC LIMIT 10 FOR UPDATE SKIP LOCKED",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

test에서 h2 사용하기 떄문에 baedalsodae를 찾지 못해 문제가 생깁니다.
Native쿼리는 데이터베이스 path 를 기억하고 잇어 자동으로 찾아감으로 반드시 필요하지않아 지웠습니다

requestFields(
fieldWithPath("transcribedText")
.description("음성 인식 텍스트"),
fieldWithPath("userId").description("사용자 ID")),

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

userId 없는 것 확인하여 삭제하였습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ControllerTestFail

1 participant