ConditionsTest

1

tests

0

failures

0

ignored

29.914s

duration

100%

successful

Tests

Test Method name Duration Result
Set preconditions for Autocharge false preTest1() 29.914s passed

Standard output

14:35:56.966 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [ConditionsTest]: using SpringBootContextLoader
14:35:56.969 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.yablochkov.ocpp16.autotest.ocpp16Tests.ConditionsTest]: no resource found for suffixes {-context.xml, Context.groovy}.
14:35:56.998 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using ContextCustomizers for test class [ConditionsTest]: [DisableObservabilityContextCustomizer, PropertyMappingContextCustomizer, Customizer, ImportsContextCustomizer, ExcludeFilterContextCustomizer, DuplicateJsonObjectContextCustomizer, MockitoContextCustomizer, TestRestTemplateContextCustomizer]
14:35:57.128 [Test worker] DEBUG org.springframework.test.context.util.TestContextSpringFactoriesUtils - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom TestExecutionListener classes or make the default TestExecutionListener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
14:35:57.131 [Test worker] DEBUG org.springframework.test.context.util.TestContextSpringFactoriesUtils - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom TestExecutionListener classes or make the default TestExecutionListener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
14:35:57.132 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners for test class [ConditionsTest]: [ServletTestExecutionListener, DirtiesContextBeforeModesTestExecutionListener, ApplicationEventsTestExecutionListener, MockitoTestExecutionListener, DependencyInjectionTestExecutionListener, DirtiesContextTestExecutionListener, EventPublishingTestExecutionListener, RestDocsTestExecutionListener, MockRestServiceServerResetTestExecutionListener, MockMvcPrintOnlyOnFailureTestExecutionListener, WebDriverTestExecutionListener, MockWebServiceServerTestExecutionListener, ResetMocksTestExecutionListener]
14:35:57.133 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: class [ConditionsTest], class annotated with @DirtiesContext [true] with mode [AFTER_CLASS]
14:35:55,987 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version ?
14:35:56,002 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
14:35:56,002 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
14:35:56,004 |-INFO in ch.qos.logback.classic.BasicConfigurator@5eee3da9 - Setting up default configuration.
14:35:57,428 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word clr with class [org.springframework.boot.logging.logback.ColorConverter]
14:35:57,428 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word wEx with class [org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter]
14:35:57,431 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 25
14:35:57,431 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
14:35:57,431 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 30
14:35:57,431 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
14:35:57,469 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
14:35:57,469 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
14:35:57,473 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
14:35:57,491 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [TEST-FILE]
14:35:57,491 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
14:35:57,494 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
14:35:57,494 |-INFO in ch.qos.logback.core.FileAppender[TEST-FILE] - File property is set to [LOG_FILE_IS_UNDEFINED]
14:35:57,495 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@ace2408 - Propagating DEBUG level on Logger[com.yablochkov] onto the JUL framework
14:35:57,496 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - com.yablochkov level set to DEBUG
14:35:57,496 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@ace2408 - Propagating TRACE level on Logger[org.springframework.web.servlet.mvc] onto the JUL framework
14:35:57,496 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.springframework.web.servlet.mvc level set to TRACE
14:35:57,496 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[org.springframework.web.servlet.mvc]
14:35:57,496 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
14:35:57,496 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@ace2408 - Propagating WARN level on Logger[ROOT] onto the JUL framework
14:35:57,496 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [TEST-FILE] to Logger[ROOT]
14:35:57,496 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
14:35:57,496 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@3573e19d - End of configuration.
14:35:57,497 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@5c1dd18 - Registering current configuration as safe fallback point


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.0.2)

14:35:57.622 [Test worker] INFO  c.y.o.a.ocpp16Tests.ConditionsTest - Starting ConditionsTest using Java 17.0.2 with PID 196 (started by root in /builds/yablochkov/mainboard/autotests/autotests1.6)
14:35:57.623 [Test worker] DEBUG c.y.o.a.ocpp16Tests.ConditionsTest - Running with Spring Boot, Spring
14:35:57.624 [Test worker] INFO  c.y.o.a.ocpp16Tests.ConditionsTest - The following 1 profile is active: "test"
14:35:57.844 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@611a2d82, started on Fri Jun 26 14:35:57 UTC 2026
14:35:58.450 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
14:35:58.451 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
14:35:58.871 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
14:35:58.871 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
14:35:58.951 [Test worker] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping - 
	o.s.b.a.w.s.e.BasicErrorController:
	{ [/error]}: error(HttpServletRequest)
	{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
14:35:58.951 [Test worker] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping - 
	o.s.b.a.w.s.e.BasicErrorController:
	{ [/error]}: error(HttpServletRequest)
	{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
14:35:58.954 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
14:35:58.954 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
14:35:58.957 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
14:35:58.960 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
14:35:58.969 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
14:35:58.969 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
14:35:58.969 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
14:35:58.975 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
14:35:58.975 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
14:35:59.042 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@9588bd8]
14:35:59.054 [Test worker] INFO  c.y.o.a.ocpp16Tests.ConditionsTest - Started ConditionsTest in 1.876 seconds (process running for 3.678)
14:36:05.469 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeAvailability?connectorId=0&type=Operative
14:36:05.533 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:05.683 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
14:36:05.684 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeAvailabilityConfirmation]
14:36:28.325 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=LocalPreAuthorize&value=false
14:36:28.329 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.377 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
14:36:28.377 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
14:36:28.378 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=LocalAuthListEnabled&value=false
14:36:28.378 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.424 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
14:36:28.424 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
14:36:28.425 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=AuthorizationCacheEnabled&value=false
14:36:28.425 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.471 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
14:36:28.472 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
14:36:28.472 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=ConnectionTimeOut&value=60
14:36:28.472 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.516 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
14:36:28.516 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
14:36:28.519 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.521 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.534 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=111111-Accepted, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Accepted})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.588 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Accepted}
14:36:28.588 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.589 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.589 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=1111112-Accepted, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Accepted})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.636 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Accepted}
14:36:28.636 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.636 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.636 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=211111-Accepted, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=2, status=Accepted})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.683 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=2, status=Accepted}
14:36:28.683 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.683 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.683 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=111112-Expired, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Expired})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.735 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Expired}
14:36:28.736 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.736 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.736 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=111113-Blocked, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Blocked})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.782 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Blocked}
14:36:28.783 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.783 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.783 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=111114-ConcurrentTx, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=ConcurrentTx})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.830 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=ConcurrentTx}
14:36:28.830 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.830 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.830 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=111115-Invalid, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Invalid})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.877 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=1, status=Invalid}
14:36:28.878 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
14:36:28.878 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
14:36:28.878 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=111116-Invalid, idTagInfo=IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=2, status=Invalid})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
14:36:28.924 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
IdTagInfo{expiryDate="2026-06-27T00:36:28Z", parentIdTag=2, status=Invalid}
14:36:28.927 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
14:36:28.972 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
14:36:28.997 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@611a2d82, started on Fri Jun 26 14:35:57 UTC 2026