Skip to content

[FEAT] k6 테스트 - #277

Merged
taerimiiii merged 2 commits into
developfrom
feat/larfor/266-k6-test
Aug 13, 2026
Merged

[FEAT] k6 테스트#277
taerimiiii merged 2 commits into
developfrom
feat/larfor/266-k6-test

Conversation

@taerimiiii

@taerimiiii taerimiiii commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

🔗 이슈 번호

#️⃣ 기능 설명

Tryna 백엔드 API에 대한 k6 부하 테스트 스크립트를 추가했습니다. 동시 가상 사용자(VU) 10명 기준으로 health / guest / calendar 시나리오를 로컬에서 실행할 수 있습니다.

📌 작업 내용

  • load-tests/common.js — 공통 설정(BASE_URL, VU 10, threshold), guest 생성·인증 헬퍼 추가
  • load-tests/health.js/health 스모크 테스트 추가
  • load-tests/guest.js/api/v1/guests 비회원 생성 부하 테스트 추가 (setup에서 백엔드 연결 사전 확인)
  • load-tests/calendar.js — guest flow + read API 시나리오 추가 (users/status, calendars/main, calendars/dates, labels)
  • application-local.yaml — 로컬 Hikari 커넥션 풀 크기 25로 조정 (write/read)

✅ 체크리스트

  • Assignees, Labels를 모두 지정했나요?
  • GitHub Copilot의 자동 코드 리뷰 제안을 검토하고 필요한 부분을 반영했나요?
  • PR 머지 전 빌드 및 CI가 정상 작동하는지 확인했나요?

📸 스크린샷 (선택)

  • k6 실행 테스트 - 인프라
image
  • k6 실행 테스트 - 게스트 로그인
image
  • k6 실행 테스트 - 일정 조회
image

@taerimiiii taerimiiii self-assigned this Aug 13, 2026
@taerimiiii taerimiiii added the feat 새로운 기능 추가 label Aug 13, 2026
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@taerimiiii, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 1 minute

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7b936205-0df5-4e13-a766-188a43d7d0b0

📥 Commits

Reviewing files that changed from the base of the PR and between e4a2741 and 591ba79.

📒 Files selected for processing (5)
  • load-tests/calendar.js
  • load-tests/common.js
  • load-tests/guest.js
  • load-tests/health.js
  • src/main/resources/application-local.yaml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@taerimiiii
taerimiiii merged commit dc793a1 into develop Aug 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] K6 테스트

1 participant