Gradle Test Run :bootstrap:test
me_auto_registers_internal_user_when_subject_is_not_synchronized()
summary
|
100%
successful |
standard output
2026-05-12T15:59:41.889+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.891+09:00 INFO 3742337 --- [ Test worker] [traceId=] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 2026-05-12T15:59:41.891+09:00 INFO 3742337 --- [ Test worker] [traceId=] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet '' 2026-05-12T15:59:41.892+09:00 INFO 3742337 --- [ Test worker] [traceId=] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms 2026-05-12T15:59:41.895+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.896+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.898+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] org.hibernate.SQL : select uje1_0.id from auth.users uje1_0 where uje1_0.email=? fetch first ? rows only 2026-05-12T15:59:41.900+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.903+09:00 INFO 3742337 --- [ Test worker] [traceId=] audit.auth : KEYCLOAK_USER_AUTO_REGISTERED eventType="KEYCLOAK_USER_AUTO_REGISTERED" provider="KEYCLOAK" subject="keycloak-subject-1" 2026-05-12T15:59:41.904+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.906+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.906+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.909+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] org.hibernate.SQL : select count(*) from auth.users uje1_0