Gradle Test Run :bootstrap:test

me_reuses_existing_internal_user_when_subject_already_synchronized()

summary

1

tests

0

failures

0

skipped

0.053s

duration

100%

successful

standard output

2026-05-12T15:59:41.814+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] org.hibernate.SQL                        : select uje1_0.id,uje1_0.created_at,uje1_0.email,uje1_0.name,uje1_0.provider,uje1_0.provider_subject,uje1_0.updated_at from auth.users uje1_0 
2026-05-12T15:59:41.826+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] org.hibernate.SQL                        : delete from auth.users where id=? 
2026-05-12T15:59:41.829+09:00  INFO 3742337 --- [    Test worker] [traceId=] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 
2026-05-12T15:59:41.829+09:00  INFO 3742337 --- [    Test worker] [traceId=] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet '' 
2026-05-12T15:59:41.830+09:00  INFO 3742337 --- [    Test worker] [traceId=] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms 
2026-05-12T15:59:41.832+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] org.hibernate.SQL                        : select uje1_0.id,uje1_0.created_at,uje1_0.email,uje1_0.name,uje1_0.provider,uje1_0.provider_subject,uje1_0.updated_at from auth.users uje1_0 where uje1_0.id=? 
2026-05-12T15:59:41.833+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] org.hibernate.SQL                        : insert into auth.users (created_at,email,name,provider,provider_subject,id) values (?,?,?,?,?,?) 
2026-05-12T15:59:41.837+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to com.project.auth.presentation.auth.controller.AuthenticatedUserController#me(AuthenticatedUser) 
2026-05-12T15:59:41.839+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] org.hibernate.SQL                        : select uje1_0.id,uje1_0.created_at,uje1_0.email,uje1_0.name,uje1_0.provider,uje1_0.provider_subject,uje1_0.updated_at from auth.users uje1_0 where uje1_0.provider=? and uje1_0.provider_subject=? 
2026-05-12T15:59:41.844+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] 
2026-05-12T15:59:41.847+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] m.m.a.RequestResponseBodyMethodProcessor : Writing [ApiResult[success=true, code=AUTHENTICATED_USER_LOADED, message=현재 사용자 조회가 완료되었습니다., data=Authentica (truncated)...] 
2026-05-12T15:59:41.860+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] org.hibernate.SQL                        : select count(*) from auth.users uje1_0