Skip to content

[BE] oauth 테스트 관련 변수 주입 workflow 테스트용 PR입니다. #40

[BE] oauth 테스트 관련 변수 주입 workflow 테스트용 PR입니다.

[BE] oauth 테스트 관련 변수 주입 workflow 테스트용 PR입니다. #40

Re-run triggered August 12, 2023 05:09
Status Failure
Total duration 1m 59s
Artifacts

be-pull-request.yml

on: pull_request
build-and-comment
1m 48s
build-and-comment
Fit to window
Zoom out
Zoom in

Annotations

47 errors and 45 warnings
MapbefineApplicationTests.contextLoads(): backend/src/test/java/com/mapbefine/mapbefine/MapbefineApplicationTests.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@2e549515 testClass = com.mapbefine.mapbefine.MapbefineApplicationTests, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@1f5b811d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
LocationIntegrationTest.현재 위치의 좌표를 보내주면 주변 Topic을 핀 갯수 순으로 정렬하여 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/location/LocationIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@3fc2197d testClass = com.mapbefine.mapbefine.location.LocationIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
LocationControllerTest.현재 위치를 기준 토픽의 핀 개수로 나열한다.: backend/src/test/java/com/mapbefine/mapbefine/location/presentation/LocationControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@3a87e454 testClass = com.mapbefine.mapbefine.location.presentation.LocationControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71be509 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6b9ccb66, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.권한이 있는 자들 모두 조회: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.유저가 만든 토픽 조회: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.유저 목록 조회: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.권한 삭제: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.권한 추가: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.권한이 있는 자들 모두 조회: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.유저가 만든 핀 조회: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberControllerTest.유저 단일 조회: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@15b97f0 testClass = com.mapbefine.mapbefine.member.presentation.MemberControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@79f9d0bc key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@b7f81fe9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.Topic 에 권한을 가진 자를 조회한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.유저가 생성한 토픽을 조회한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.유저 목록을 조회한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.Topic 을 만든자가 특정 유저에게 권한을 삭제한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.Topic 을 만든자가 특정 유저에게 권한을 준다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.Topic 에 권한을 가진 자들을 모두 조회한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.유저가 생성한 핀을 조회한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MemberIntegrationTest.유저를 단일 조회한다.: backend/src/test/java/com/mapbefine/mapbefine/member/presentation/MemberIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@66d28a90 testClass = com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinIntegrationTest.Pin 상세 조회를 하면 Pin 정보와 함께 200을 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@128d2224 testClass = com.mapbefine.mapbefine.pin.PinIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinIntegrationTest.특정 Pin 에 대한 PinImage 를 생성하면(이미지 추가) 201을 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@128d2224 testClass = com.mapbefine.mapbefine.pin.PinIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinIntegrationTest.특정 PinImage 를 삭제하면 204를 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@128d2224 testClass = com.mapbefine.mapbefine.pin.PinIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinIntegrationTest.Pin을 생성하면 저장된 Pin의 Location 헤더값과 201을 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@128d2224 testClass = com.mapbefine.mapbefine.pin.PinIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinIntegrationTest.Pin 목록을 조회하면 저장된 Pin의 목록과 200을 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@128d2224 testClass = com.mapbefine.mapbefine.pin.PinIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinIntegrationTest.Pin을 생성하면 저장된 Pin의 Location 헤더값과 201을 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@128d2224 testClass = com.mapbefine.mapbefine.pin.PinIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 삭제: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 이미지 추가: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 목록 조회: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 수정: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 상세 조회: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 이미지 삭제: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
PinControllerTest.핀 추가: backend/src/test/java/com/mapbefine/mapbefine/pin/presentation/PinControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@692da6bd testClass = com.mapbefine.mapbefine.pin.presentation.PinControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@71763d94 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@6e185ac9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Topic을 삭제하면 204를 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Topic을 수정하면 200을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Pin 목록과 함께 Topic을 생성하면 201을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.여러개의 토픽을 병합하면 201을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Topic 목록을 조회하면 200을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Topic 상세 정보 여러개를 조회하면 200을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Topic 상세 정보를 조회하면 200을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicIntegrationTest.Pin 목록 없이 Topic을 생성하면 201을 반환한다: backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@68363554 testClass = com.mapbefine.mapbefine.topic.TopicIntegrationTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicControllerTest.토픽 새로 생성: backend/src/test/java/com/mapbefine/mapbefine/topic/presentation/TopicControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@52df05e3 testClass = com.mapbefine.mapbefine.topic.presentation.TopicControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@beea42 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@48604fa9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicControllerTest.토픽 삭제: backend/src/test/java/com/mapbefine/mapbefine/topic/presentation/TopicControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@52df05e3 testClass = com.mapbefine.mapbefine.topic.presentation.TopicControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@beea42 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@48604fa9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicControllerTest.토픽 목록 조회: backend/src/test/java/com/mapbefine/mapbefine/topic/presentation/TopicControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@52df05e3 testClass = com.mapbefine.mapbefine.topic.presentation.TopicControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@beea42 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@48604fa9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicControllerTest.토픽 수정: backend/src/test/java/com/mapbefine/mapbefine/topic/presentation/TopicControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@52df05e3 testClass = com.mapbefine.mapbefine.topic.presentation.TopicControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@beea42 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@48604fa9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicControllerTest.토픽 상세 조회: backend/src/test/java/com/mapbefine/mapbefine/topic/presentation/TopicControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@52df05e3 testClass = com.mapbefine.mapbefine.topic.presentation.TopicControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@beea42 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@48604fa9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
TopicControllerTest.토픽 병합 생성: backend/src/test/java/com/mapbefine/mapbefine/topic/presentation/TopicControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@52df05e3 testClass = com.mapbefine.mapbefine.topic.presentation.TopicControllerTest, locations = [], classes = [com.mapbefine.mapbefine.MapbefineApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@63da79bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@c5ee75e, [ImportsContextCustomizer@beea42 key = [@org.springframework.context.annotation.Import({org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(value={}, exclude={}, classes={}), @org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc(webDriverEnabled=true, print=DEFAULT, webClientEnabled=true, addFilters=true, printOnlyOnFailure=true), @org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs(uriScheme="http", outputDir="", uriPort=8080, value="", uriHost="localhost"), @org.springframework.context.annotation.Import({org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, webEnvironment=RANDOM_PORT, useMainMethod=NEVER, value={}, properties={}, classes={}), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.mockmvc", skip=NO), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(value="spring.test.restdocs", skip=NO), @org.springframework.test.context.BootstrapWith(org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class)]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@70efb718, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e70a728, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@48604fa9, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3e14c16d, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@3d3ba765, org.springframework.boot.test.context.SpringBootTestAnnotation@b312758], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
build-and-comment
Process completed with exit code 1.
유저가 생성한 토픽을 조회한다. (com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest) failed: com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest.xml
유저 목록을 조회한다. (com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest) failed: com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest.xml
유저가 생성한 핀을 조회한다. (com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest) failed: com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest.xml
유저를 단일 조회한다. (com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest) failed: com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberIntegrationTest.xml
Topic을 삭제하면 204를 반환한다 (com.mapbefine.mapbefine.topic.TopicIntegrationTest) failed: com.mapbefine.mapbefine.topic.TopicIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.TopicIntegrationTest.xml
Topic을 수정하면 200을 반환한다 (com.mapbefine.mapbefine.topic.TopicIntegrationTest) failed: com.mapbefine.mapbefine.topic.TopicIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.TopicIntegrationTest.xml
Topic 목록을 조회하면 200을 반환한다 (com.mapbefine.mapbefine.topic.TopicIntegrationTest) failed: com.mapbefine.mapbefine.topic.TopicIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.TopicIntegrationTest.xml
핀 삭제 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
핀 이미지 추가 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
핀 목록 조회 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
핀 수정 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
핀 상세 조회 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
핀 이미지 삭제 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
핀 추가 (com.mapbefine.mapbefine.pin.presentation.PinControllerTest) failed: com.mapbefine.mapbefine.pin.presentation.PinControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.presentation.PinControllerTest.xml
토픽 새로 생성 (com.mapbefine.mapbefine.topic.presentation.TopicControllerTest) failed: com.mapbefine.mapbefine.topic.presentation.TopicControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.presentation.TopicControllerTest.xml
토픽 삭제 (com.mapbefine.mapbefine.topic.presentation.TopicControllerTest) failed: com.mapbefine.mapbefine.topic.presentation.TopicControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.presentation.TopicControllerTest.xml
토픽 목록 조회 (com.mapbefine.mapbefine.topic.presentation.TopicControllerTest) failed: com.mapbefine.mapbefine.topic.presentation.TopicControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.presentation.TopicControllerTest.xml
토픽 수정 (com.mapbefine.mapbefine.topic.presentation.TopicControllerTest) failed: com.mapbefine.mapbefine.topic.presentation.TopicControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.presentation.TopicControllerTest.xml
토픽 상세 조회 (com.mapbefine.mapbefine.topic.presentation.TopicControllerTest) failed: com.mapbefine.mapbefine.topic.presentation.TopicControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.presentation.TopicControllerTest.xml
토픽 병합 생성 (com.mapbefine.mapbefine.topic.presentation.TopicControllerTest) failed: com.mapbefine.mapbefine.topic.presentation.TopicControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.presentation.TopicControllerTest.xml
특정 PinImage 를 삭제하면 204를 반환한다. (com.mapbefine.mapbefine.pin.PinIntegrationTest) failed: com.mapbefine.mapbefine.pin.PinIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.PinIntegrationTest.xml
All 2 runs failed: Pin을 생성하면 저장된 Pin의 Location 헤더값과 201을 반환한다. (com.mapbefine.mapbefine.pin.PinIntegrationTest): com.mapbefine.mapbefine.pin.PinIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.PinIntegrationTest.xml backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.PinIntegrationTest.xml
All 2 runs failed: 권한이 있는 자들 모두 조회 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest): com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
유저가 만든 토픽 조회 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest) failed: com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
유저 목록 조회 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest) failed: com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
권한 삭제 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest) failed: com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
권한 추가 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest) failed: com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
유저가 만든 핀 조회 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest) failed: com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
유저 단일 조회 (com.mapbefine.mapbefine.member.presentation.MemberControllerTest) failed: com.mapbefine.mapbefine.member.presentation.MemberControllerTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.member.presentation.MemberControllerTest.xml
contextLoads() (com.mapbefine.mapbefine.MapbefineApplicationTests) failed: com.mapbefine.mapbefine.MapbefineApplicationTests#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.MapbefineApplicationTests.xml
build-and-comment
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/