anotheroneofthese is deploying the project #476
deploy-project.yaml
on: pull_request
Build and Test the Project
1m 35s
Deploy to Kubernetes Prod
0s
Deploy to Kubernetes Stage
0s
Annotations
6 errors and 1 warning
no.nb.mlt.wls.item.controller.ItemControllerTest ► :
target/surefire-reports/TEST-no.nb.mlt.wls.item.controller.ItemControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.item.controller.ItemControllerTest.xml
Error:
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [org.springframework.context.ApplicationContext applicationContext] in constructor [public no.nb.mlt.wls.item.controller.ItemControllerTest(org.springframework.context.ApplicationContext,no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository)]: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [ReactiveWebMergedContextConfiguration@6d7a6abf testClass = no.nb.mlt.wls.item.controller.ItemControllerTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@752daa1f key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a3a190, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@baf1bb3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30af7377, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@5c20ffa8, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@1869f114, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@6090f3ca, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@703feacd, MockkContextCustomizer(definitions=[[MockkDefinition@74d242b5 name = [null], typeToMock = no.nb.mlt.wls.infrastructure.synq.SynqAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@89983b0e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
no.nb.mlt.wls.order.controller.OrderControllerTest ► :
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml
Error:
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository itemMongoRepository] in constructor [public no.nb.mlt.wls.order.controller.OrderControllerTest(no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository,org.springframework.context.ApplicationContext,no.nb.mlt.wls.domain.ports.outbound.EmailRepository,no.nb.mlt.wls.infrastructure.repositories.order.OrderMongoRepository)]: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [ReactiveWebMergedContextConfiguration@5f4ebecd testClass = no.nb.mlt.wls.order.controller.OrderControllerTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@4f042c70 key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a3a190, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@baf1bb3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30af7377, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@5c20ffa8, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@1869f114, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@6090f3ca, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@703feacd, MockkContextCustomizer(definitions=[[MockkDefinition@1822f675 name = [null], typeToMock = no.nb.mlt.wls.infrastructure.synq.SynqAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@89983b0e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
no.nb.mlt.wls.synq.controller.SynqControllerTest ► :
target/surefire-reports/TEST-no.nb.mlt.wls.synq.controller.SynqControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.synq.controller.SynqControllerTest.xml
Error:
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository itemRepository] in constructor [public no.nb.mlt.wls.synq.controller.SynqControllerTest(no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository,no.nb.mlt.wls.infrastructure.repositories.order.OrderMongoRepository,org.springframework.context.ApplicationContext)]: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@2d908f18 testClass = no.nb.mlt.wls.synq.controller.SynqControllerTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@369cadcf key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a3a190, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@baf1bb3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30af7377, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@5c20ffa8, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@1869f114, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@6090f3ca, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@703feacd, MockkContextCustomizer(definitions=[[MockkDefinition@13d02df2 name = [null], typeToMock = no.nb.mlt.wls.infrastructure.callbacks.InventoryNotifierAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@89983b0e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
no.nb.mlt.wls.TraillingSlashRedirectTest ► :
target/surefire-reports/TEST-no.nb.mlt.wls.TraillingSlashRedirectTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.TraillingSlashRedirectTest.xml
Error:
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [org.springframework.context.ApplicationContext applicationContext] in constructor [public no.nb.mlt.wls.TraillingSlashRedirectTest(org.springframework.context.ApplicationContext,no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository)]: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@6829b897 testClass = no.nb.mlt.wls.TraillingSlashRedirectTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@519e0814 key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class}), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a3a190, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@baf1bb3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30af7377, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@5c20ffa8, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@1869f114, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@6090f3ca, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@703feacd, MockkContextCustomizer(definitions=[[MockkDefinition@5ed6a36a name = [null], typeToMock = no.nb.mlt.wls.infrastructure.synq.SynqAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@89983b0e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
Build and Test the Project
Process completed with exit code 1.
|
Build and Test the Project
Failed test were found and 'fail-on-error' option is set to true
|
Build and Test the Project
Cache not found for keys: setup-java-Linux-x64-maven-28b2a5cfa2fd6e031ae0fb0096d2e262dcb350f62053abd41d1b135f3052cba9
|