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

Artillery 를 이용해서 스트레스 테스트를 해야함. #167

Open
FullOfOrange opened this issue Dec 2, 2019 · 1 comment
Open

Comments

@FullOfOrange
Copy link
Collaborator

Explanation

티켓 구매 서버에 대한 실서버 스트레스 테스트를 진행해야함.

@FullOfOrange
Copy link
Collaborator Author

FullOfOrange commented Dec 4, 2019

따로 브랜치를 파진 않을 예정임

config:
  target: http://localhost:13001
  phases:
    - duration: 10
      arrivalRate: 5000
  defaults:
    headers:
      Cookie: 'UID=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleGlzdCI6dHJ1ZSwiaWQiOjEsImdvb2dsZUlkIjoxMDE5MDUxNDQ0NjE0NTk5MDAwMDAsImVtYWlsIjoiamRkMDQwMjZAZ21haWwuY29tIiwiaWF0IjoxNTc1NDQyNTMwLCJleHAiOjE2NjE4NDI1MzB9.Q_BN82D8MUjt889P4k704EnufFek23VNc-exMxCdcns'
scenarios:
  - flow:
      - post:
          url: '/api/users/ticket'
          json:
            userId: 1
            ticketId: 129
            orderTicketNum: 1

현재 작성된 Stress 테스트용 스크립트임. 이것을 이용해서 Artillery 테스트를 수행하면됨.

#197 PR이 머지되어 릴리즈가 이뤄지면 실 서버 테스팅을 진행할 예정임

@FullOfOrange FullOfOrange self-assigned this Dec 4, 2019
@FullOfOrange FullOfOrange added this to the 스프린트 4주차 milestone Dec 4, 2019
@FullOfOrange FullOfOrange added this to To do in Sprint-4 via automation Dec 4, 2019
@FullOfOrange FullOfOrange moved this from To do to In progress in Sprint-4 Dec 4, 2019
@FullOfOrange FullOfOrange moved this from In progress to Review In Progress in Sprint-4 Dec 5, 2019
@doong-jo doong-jo moved this from Review In Progress to Done in Sprint-4 Dec 6, 2019
@yongholeeme yongholeeme reopened this Dec 6, 2019
Sprint-4 automation moved this from Done to In progress Dec 6, 2019
@yongholeeme yongholeeme moved this from In progress to Done in Sprint-4 Dec 6, 2019
@FullOfOrange FullOfOrange changed the title [1MD] Artillery 를 이용해서 스트레스 테스트를 해야함. Artillery 를 이용해서 스트레스 테스트를 해야함. Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Sprint-4
  
Done
Development

No branches or pull requests

2 participants