Skip to content

CORS 설정 추가

CORS 설정 추가 #8

Triggered via pull request May 20, 2024 16:08
Status Failure
Total duration 1m 21s
Artifacts

pull-request-open.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
ItrackerApplicationTests.contextLoads(): src/test/kotlin/backend/itracker/ItrackerApplicationTests.kt#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@6ac4f31d testClass = backend.itracker.ItrackerApplicationTests, locations = [], classes = [backend.itracker.ItrackerApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.testcontainers.service.connection.ServiceConnectionContextCustomizer@0, 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@7e8dcdaa, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@708400f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@c35172e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@55562aa9, org.springframework.boot.test.context.SpringBootTestAnnotation@241bbeeb], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MacbookServiceTest.최근 가격만 가져오기(): src/test/kotlin/backend/itracker/crawl/macbook/service/MacbookServiceTest.kt#L1
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@d60cbad testClass = backend.itracker.crawl.macbook.service.MacbookServiceTest, locations = [], classes = [backend.itracker.ItrackerApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.testcontainers.service.connection.ServiceConnectionContextCustomizer@0, 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@7e8dcdaa, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@708400f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@c35172e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@55562aa9, org.springframework.boot.test.context.SpringBootTestAnnotation@241bbeeb], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MacbookServiceTest.전체 저장 테스트(): src/test/kotlin/backend/itracker/crawl/macbook/service/MacbookServiceTest.kt#L1
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@d60cbad testClass = backend.itracker.crawl.macbook.service.MacbookServiceTest, locations = [], classes = [backend.itracker.ItrackerApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.testcontainers.service.connection.ServiceConnectionContextCustomizer@0, 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@7e8dcdaa, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@708400f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@c35172e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@55562aa9, org.springframework.boot.test.context.SpringBootTestAnnotation@241bbeeb], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
build
Process completed with exit code 1.
contextLoads() (backend.itracker.ItrackerApplicationTests) failed: backend.itracker.ItrackerApplicationTests#L0
build/test-results/test/TEST-backend.itracker.ItrackerApplicationTests.xml
최근 가격만 가져오기() (backend.itracker.crawl.macbook.service.MacbookServiceTest) failed: backend.itracker.crawl.macbook.service.MacbookServiceTest#L0
build/test-results/test/TEST-backend.itracker.crawl.macbook.service.MacbookServiceTest.xml
전체 저장 테스트() (backend.itracker.crawl.macbook.service.MacbookServiceTest) failed: backend.itracker.crawl.macbook.service.MacbookServiceTest#L0
build/test-results/test/TEST-backend.itracker.crawl.macbook.service.MacbookServiceTest.xml
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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/