Skip to content

Failed

org.appng.core.controller.rest.openapi.OpenApiPageTest.testPage

Failing for the past 1 build (Since Failed#61 )
Took 0.12 sec.

Error Message

expected:<.../datasource/entities[?param1=&param2=&param3=3&]param4=4",
         ...> but was:<.../datasource/entities[/param1=;param2=;param3=3;]param4=4",
         ...>

Stacktrace

org.junit.ComparisonFailure: 
expected:<.../datasource/entities[?param1=&param2=&param3=3&]param4=4",
         ...> but was:<.../datasource/entities[/param1=;param2=;param3=3;]param4=4",
         ...>
	at org.appng.core.controller.rest.openapi.OpenApiPageTest.testPage(OpenApiPageTest.java:34)

Standard Output

2022-07-13 14:39:07,826 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]
2022-07-13 14:39:07,826 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@79f6e671, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@31b9a628, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@668c8c55, org.springframework.test.context.support.DirtiesContextTestExecutionListener@bf3fe88, org.springframework.test.context.transaction.TransactionalTestExecutionListener@45f854e9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@398c2298]
2022-07-13 14:39:07,833 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml]
2022-07-13 14:39:07,854 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-07-13 14:39:07,865 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-07-13 14:39:07,874 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3b60efd8: startup date [Wed Jul 13 14:39:07 CEST 2022]; root of context hierarchy
2022-07-13 14:39:07,891 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 MappingJackson2HttpMessageConverters: 
2022-07-13 14:39:07,891 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 ObjectMappers: 
2022-07-13 14:39:07,891 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 Modules: 
2022-07-13 14:39:07,891 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Found 0 @Primary Beans: 
2022-07-13 14:39:07,891 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] No ObjectMapper found in context, creating default.
2022-07-13 14:39:07,892 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-07-13 14:39:07,892 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Registering ObjectMapper 'defaultObjectMapper'
2022-07-13 14:39:07,892 INFO  [main] org.appng.api.config.RestConfig: [localhost:demo-application] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-07-13 14:39:07,892 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-07-13 14:39:08,035 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-07-13 14:39:08,035 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-13 14:39:08,179 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2022-07-13 14:39:08,189 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2022-07-13 14:39:08,236 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-13 14:39:08,236 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-13 14:39:08,329 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-07-13 14:39:08,346 INFO  [main] org.appng.core.model.ApplicationProvider: include condition for action 'update' of event 'events' did not match - ${action eq 'update' and not empty entityId}
2022-07-13 14:39:08,346 INFO  [main] org.appng.core.model.ApplicationProvider: include condition for action 'create' of event 'events' did not match - ${action eq 'create' and empty entityId}