feat: 비관적 락 제거 및 로그 추가 #55
Annotations
2 errors and 3 warnings
MemberRepositoryTest.다음 익명 회원 번호가 성공적으로 생성된다.:
src/test/java/com/potatocake/everymoment/repository/MemberRepositoryTest.java#L132
org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement [FOR UPDATE is not allowed in DISTINCT or grouped select; SQL statement:
SELECT CASE WHEN MIN(m.number) > 0 OR MIN(m.number) IS NULL THEN -1 ELSE MIN(m.number) - 1 END FROM member m WHERE m.deleted = 0 FOR UPDATE [90145-224]] [SELECT CASE WHEN MIN(m.number) > 0 OR MIN(m.number) IS NULL THEN -1 ELSE MIN(m.number) - 1 END FROM member m WHERE m.deleted = 0 FOR UPDATE]; SQL [SELECT CASE WHEN MIN(m.number) > 0 OR MIN(m.number) IS NULL THEN -1 ELSE MIN(m.number) - 1 END FROM member m WHERE m.deleted = 0 FOR UPDATE]
|
ci
Process completed with exit code 1.
|
다음 익명 회원 번호가 성공적으로 생성된다. (com.potatocake.everymoment.repository.MemberRepositoryTest) failed:
com.potatocake.everymoment.repository.MemberRepositoryTest#L0
build/test-results/test/TEST-com.potatocake.everymoment.repository.MemberRepositoryTest.xml [took 0s]
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, microsoft/variable-substitution@v1, mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|