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

[TEST] 게시판, 게시판 좋아요 더미데이터 API 생성 #141

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

tnals2384
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

반영 브랜치

ex) test/#140/dummyDataApi -> develop

변경 사항

  • i.n.r.d.DnsServerAddressStreamProviders : Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. 에러가 자꾸 떠서 build.gradle에 'io.netty:netty-resolver-dns-native-macos:4.1.68.Final:osx-aarch_64'의존성을 추가했습니다.

  • 멤버 10명을 생성하고, param으로 넘겨준 수만큼 board 더미 데이터를 생성하는 API를 구현했습니다.
    board 더미 데이터를 생성하는 프로시저를 사용하도록 하였습니다. (데이터베이스 내 프로시저를 만들어두었습니다.)

테스트 결과

스크린샷 2024-09-07 오후 10 11 00

스웨거와 localDB로 확인하였습니다.

@tnals2384 tnals2384 self-assigned this Sep 7, 2024
@tnals2384 tnals2384 linked an issue Sep 7, 2024 that may be closed by this pull request
2 tasks
jaewonLeeKOR
jaewonLeeKOR previously approved these changes Sep 9, 2024
Copy link
Member

@jaewonLeeKOR jaewonLeeKOR left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: suuumim <83461362+tnals2384@users.noreply.github.com>
Copy link
Contributor

@kyxxgsoo kyxxgsoo left a comment

Choose a reason for hiding this comment

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

LGTM

@tnals2384 tnals2384 merged commit 8401d4d into develop Sep 10, 2024
1 check passed
@tnals2384 tnals2384 added the 🧩test This doesn't seem right label Sep 14, 2024
@jaewonLeeKOR jaewonLeeKOR deleted the test/#140/dummyDataApi branch September 25, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧩test This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TEST] 성능 테스트를 위한 dummy data API 생성
3 participants