모범 음식점 가게 데이터 추가 로직 개선 (#19) #26
Annotations
5 errors and 4 warnings
NaingaApplicationTests.contextLoads():
src/test/java/com/nainga/nainga/NaingaApplicationTests.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@1921b43c testClass = com.nainga.nainga.NaingaApplicationTests, locations = [], classes = [com.nainga.nainga.NaingaApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], 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.WebDriverContextCustomizer@4ff4357f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@50468873, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a898881, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@497486b3, org.springframework.boot.test.context.SpringBootTestAnnotation@31c8677b], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
GoogleMapStoreServiceTest.createAllMobeomStores():
src/test/java/com/nainga/nainga/domain/store/application/GoogleMapStoreServiceTest.java#L1
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@24a1858a testClass = com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest, locations = [], classes = [com.nainga.nainga.NaingaApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], 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.WebDriverContextCustomizer@4ff4357f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@50468873, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a898881, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@497486b3, org.springframework.boot.test.context.SpringBootTestAnnotation@31c8677b], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
GoogleMapStoreServiceTest.createDividedMobeomStores():
src/test/java/com/nainga/nainga/domain/store/application/GoogleMapStoreServiceTest.java#L1
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@24a1858a testClass = com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest, locations = [], classes = [com.nainga.nainga.NaingaApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], 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.WebDriverContextCustomizer@4ff4357f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@50468873, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a898881, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@497486b3, org.springframework.boot.test.context.SpringBootTestAnnotation@31c8677b], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
MobeomDataParserTest.getAllMobeomStoresTest():
src/test/java/com/nainga/nainga/domain/store/application/MobeomDataParserTest.java#L1
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@6ffa8126 testClass = com.nainga.nainga.domain.store.application.MobeomDataParserTest, locations = [], classes = [com.nainga.nainga.NaingaApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], 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.WebDriverContextCustomizer@4ff4357f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@50468873, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a898881, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@497486b3, org.springframework.boot.test.context.SpringBootTestAnnotation@31c8677b], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
test
Process completed with exit code 1.
|
contextLoads() (com.nainga.nainga.NaingaApplicationTests) failed:
com.nainga.nainga.NaingaApplicationTests#L0
build/test-results/test/TEST-com.nainga.nainga.NaingaApplicationTests.xml [took 0s]
|
getAllMobeomStoresTest() (com.nainga.nainga.domain.store.application.MobeomDataParserTest) failed:
com.nainga.nainga.domain.store.application.MobeomDataParserTest#L0
build/test-results/test/TEST-com.nainga.nainga.domain.store.application.MobeomDataParserTest.xml [took 0s]
|
createAllMobeomStores() (com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest) failed:
com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest#L0
build/test-results/test/TEST-com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest.xml [took 0s]
|
createDividedMobeomStores() (com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest) failed:
com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest#L0
build/test-results/test/TEST-com.nainga.nainga.domain.store.application.GoogleMapStoreServiceTest.xml [took 0s]
|