Skip to content

Regression

org.appng.core.controller.rest.openapi.OpenApiActionTest.testAction

Failing for the past 1 build (Since Failed#183 )
Took 83 ms.

Error Message

expected:<..."
  },
  "statusCode[" : "OK",
  "statusCodeValue" : 200]
}> but was:<..."
  },
  "statusCode[Value" : 200,
  "statusCode" : "OK"]
}>

Stacktrace

org.junit.ComparisonFailure: 
expected:<..."
  },
  "statusCode[" : "OK",
  "statusCodeValue" : 200]
}> but was:<..."
  },
  "statusCode[Value" : 200,
  "statusCode" : "OK"]
}>
	at org.appng.core.controller.rest.openapi.OpenApiActionTest.testAction(OpenApiActionTest.java:40)

Standard Output

2023-03-23 09:50:57,831 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2023-03-23 09:50:57,831 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@765e4ccc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4ef6a2fd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7dcc5e9d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4611fe60, org.springframework.test.context.transaction.TransactionalTestExecutionListener@42adf242, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@393751a0]
2023-03-23 09:50:57,837 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml]
2023-03-23 09:50:57,859 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2023-03-23 09:50:57,868 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2023-03-23 09:50:57,877 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2690d8ad: startup date [Thu Mar 23 09:50:57 CET 2023]; root of context hierarchy
2023-03-23 09:50:57,888 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 MappingJackson2HttpMessageConverters: 
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 ObjectMappers: 
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 Modules: 
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 @Primary Beans: 
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] No ObjectMapper found in context, creating default.
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] No MappingJackson2HttpMessageConverter found in context, creating default.
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Registering ObjectMapper 'defaultObjectMapper'
2023-03-23 09:50:57,889 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2023-03-23 09:50:57,890 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2023-03-23 09:50:58,002 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2023-03-23 09:50:58,002 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2023-03-23 09:50:58,149 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2023-03-23 09:50:58,160 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2023-03-23 09:50:58,211 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-23 09:50:58,211 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-03-23 09:50:58,318 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [messages-demo] not found for MessageSource: Can't find bundle for base name messages-demo, locale en
2023-03-23 09:50:58,318 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en
2023-03-23 09:50:58,328 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [messages-demo] not found for MessageSource: Can't find bundle for base name messages-demo, locale en
2023-03-23 09:50:58,328 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en