2023-12-30 02:26:20.520 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.onap.dcae.analytics.tca.web.validation.TcaPolicyValidateTest], using SpringBootContextLoader 2023-12-30 02:26:20.546 INFO --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.onap.dcae.analytics.tca.web.validation.TcaPolicyValidateTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2023-12-30 02:26:20.547 INFO --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.onap.dcae.analytics.tca.web.validation.TcaPolicyValidateTest]: TcaPolicyValidateTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2023-12-30 02:26:20.920 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.onap.dcae.analytics.tca.web.TcaAppMain for test class org.onap.dcae.analytics.tca.web.validation.TcaPolicyValidateTest 2023-12-30 02:26:21.379 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2023-12-30 02:26:21.435 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7b4c793b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51a69e8f, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@6442cf3e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@60f1f95b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@786cc1df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1ddb6abb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6f926d01, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c67a89, org.springframework.test.context.event.EventPublishingTestExecutionListener@1e3a2177, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@58720eb9, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@24749ad3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1755aee6, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@582b14e2, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@10e4ce98, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@10466c55] 2023-12-30 02:26:22.402  WARN 5380 --- [ main] o.s.b.l.logback.LogbackLoggingSystem  : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead. 2023-12-30 02:26:22.745  INFO 5380 --- [ main] o.o.d.a.t.w.v.TcaPolicyValidateTest  : Starting TcaPolicyValidateTest using Java 11.0.16 on prd-ubuntu1804-docker-8c-8g-8360 with PID 5380 (started by jenkins in /w/workspace/dcaegen2-analytics-tca-gen2-maven-clm-master/dcae-analytics/dcae-analytics-tca-web) 2023-12-30 02:26:22.745 DEBUG 5380 --- [ main] o.o.d.a.t.w.v.TcaPolicyValidateTest  : Running with Spring Boot v2.4.4, Spring v5.3.5 2023-12-30 02:26:22.746  INFO 5380 --- [ main] o.o.d.a.t.w.v.TcaPolicyValidateTest  : The following profiles are active: dev 2023-12-30 02:26:26.124  INFO 5380 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. 2023-12-30 02:26:26.143  INFO 5380 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2023-12-30 02:26:26.163  INFO 5380 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2023-12-30 02:26:26.203  INFO 5380 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesValidator' of type [org.onap.dcae.analytics.tca.web.validation.TcaAppPropertiesValidator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-12-30 02:26:26.606  INFO 5380 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-12-30 02:26:26.608  INFO 5380 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-12-30 02:26:26.690  INFO 5380 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-12-30 02:26:29.409  INFO 5380 --- [ main] o.s.b.a.e.web.EndpointLinksResolver  : Exposing 15 endpoint(s) beneath base path '/actuator' 2023-12-30 02:26:30.918  INFO 5380 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor' 2023-12-30 02:26:31.901  INFO 5380 --- [ main] o.s.s.c.ThreadPoolTaskScheduler  : Initializing ExecutorService 'taskScheduler' 2023-12-30 02:26:32.090  INFO 5380 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 2023-12-30 02:26:32.104  INFO 5380 --- [ main] o.s.i.channel.PublishSubscribeChannel  : Channel 'dcae-analytics-tca.errorChannel' has 1 subscriber(s). 2023-12-30 02:26:32.105  INFO 5380 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean '_org.springframework.integration.errorLogger' 2023-12-30 02:26:33.187  INFO 5380 --- [ main] o.o.d.a.t.w.v.TcaPolicyValidateTest  : Started TcaPolicyValidateTest in 11.635 seconds (JVM running for 15.506) 2023-12-30 02:26:34.319  INFO 5380 --- [extShutdownHook] o.s.i.endpoint.EventDrivenConsumer  : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 2023-12-30 02:26:34.319  INFO 5380 --- [extShutdownHook] o.s.i.channel.PublishSubscribeChannel  : Channel 'dcae-analytics-tca.errorChannel' has 0 subscriber(s). 2023-12-30 02:26:34.320  INFO 5380 --- [extShutdownHook] o.s.i.endpoint.EventDrivenConsumer  : stopped bean '_org.springframework.integration.errorLogger' 2023-12-30 02:26:34.323  INFO 5380 --- [extShutdownHook] o.s.s.c.ThreadPoolTaskScheduler  : Shutting down ExecutorService 'taskScheduler' 2023-12-30 02:26:34.345  INFO 5380 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'