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] uploadPhoto, updateEmail 동시 호출 시 문제 확인 및 테스트 #45

Open
RumosZin opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
refactor 성능 개선 및 코드 리팩토링 test 테스트코드

Comments

@RumosZin
Copy link
Contributor

RumosZin commented Sep 3, 2024

어떤 상황인가요?

  • Redis를 사용하지 않고, 사용자의 요청 처리 상태를 확인하기 위해 데이터베이스 조회가 필수적인 상황을 가정합니다.
  • 이메일 변경이 request가 finished가 아닌 상황에서 가능하다는 요구사항이 있을 때, uploadPhoto, updateEmail 동시 호출 시 각 트랜잭션이 정확히 수행되는지 확인합니다.
@RumosZin RumosZin self-assigned this Sep 3, 2024
@RumosZin RumosZin added test 테스트코드 refactor 성능 개선 및 코드 리팩토링 labels Sep 3, 2024
@RumosZin RumosZin changed the title [test] PhotoResult이 userId만 fk로 관계 맺고 있을 때 index와 그에 따른 성능 테스트 [test] PhotoResult, PhotoRequest 쿼리 성능 테스트 Sep 3, 2024
@RumosZin RumosZin changed the title [test] PhotoResult, PhotoRequest 쿼리 성능 테스트 [test] uploadPhoto, updateEmail 동시 호출 시 문제 확인 및 테스트 Sep 4, 2024
RumosZin added a commit to RumosZin/PuangFilm-BE that referenced this issue Sep 5, 2024
RumosZin added a commit to RumosZin/PuangFilm-BE that referenced this issue Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 성능 개선 및 코드 리팩토링 test 테스트코드
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant