모범 음식점 가게 데이터 추가 로직 개선 (#19) #40
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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@1046498a testClass = com.nainga.nainga.NaingaApplicationTests, locations = [], classes = [com.nainga.nainga.NaingaApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [PropertySourceDescriptor[locations=[], ignoreResourceNotFound=false, name=null, propertySourceFactory=null, encoding=null]], propertySourceProperties = ["GOOGLE_API_KEY", "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@74eb909f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4df5bcb4, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4d9ac0b4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@25bfcafd, org.springframework.boot.test.context.SpringBootTestAnnotation@71d1c861], 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: Failed to load ApplicationContext for [WebMergedContextConfiguration@6fca5907 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@74eb909f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4df5bcb4, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4d9ac0b4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@25bfcafd, org.springframework.boot.test.context.SpringBootTestAnnotation@71d1c861], 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@6fca5907 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@74eb909f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4df5bcb4, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4d9ac0b4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@25bfcafd, org.springframework.boot.test.context.SpringBootTestAnnotation@71d1c861], 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@2ff15f8c 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@74eb909f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4df5bcb4, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4d9ac0b4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@25bfcafd, org.springframework.boot.test.context.SpringBootTestAnnotation@71d1c861], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
test
Process completed with exit code 1.
|
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]
|
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]
|
contextLoads() (com.nainga.nainga.NaingaApplicationTests) failed:
com.nainga.nainga.NaingaApplicationTests#L0
build/test-results/test/TEST-com.nainga.nainga.NaingaApplicationTests.xml [took 0s]
|