-2 Merge Group Check #10
12305 passed, 22 failed and 136 skipped
Annotations
github-actions / Test Report
com.dotcms.cli.command.contenttype.ContentTypeCommandIT ► Test_Command_Content_Type_Folder_Push
Failed test found in:
/tmp/build-reports-test/build-reports-test-CLI Tests/tools/dotcms-cli/cli/target/failsafe-reports/TEST-com.dotcms.cli.command.contenttype.ContentTypeCommandIT.xml
Error:
org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
Raw output
org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:527)
at com.dotcms.cli.command.contenttype.ContentTypeCommandIT.Test_Command_Content_Type_Folder_Push(ContentTypeCommandIT.java:1141)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1013)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:827)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
Suppressed: com.dotcms.api.client.pull.exception.PullException: 404
at com.dotcms.api.client.util.ErrorHandlingUtilImpl.mapException(ErrorHandlingUtilImpl.java:198)
at com.dotcms.api.client.util.ErrorHandlingUtilImpl.mapPullException(ErrorHandlingUtilImpl.java:175)
at com.dotcms.api.client.util.ErrorHandlingUtilImpl_ClientProxy.mapPullException(Unknown Source)
at com.dotcms.api.client.pull.PullServiceImpl.fetch(PullServiceImpl.java:151)
at com.dotcms.api.client.pull.PullServiceImpl.pull(PullServiceImpl.java:48)
at com.dotcms.api.client.pull.PullServiceImpl_Subclass.pull$$superforward(Unknown Source)
at com.dotcms.api.client.pull.PullServiceImpl_Subclass$$function$$1.apply(Unknown Source)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.invoke(ActivateRequestContextInterceptor.java:124)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.aroundInvoke(ActivateRequestContextInterceptor.java:33)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor_Bean.intercept(Unknown Source)
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
at com.dotcms.api.client.pull.PullServiceImpl_Subclass.pull(Unknown Source)
at com.dotcms.cli.command.contenttype.ContentTypePull.call(ContentTypePull.java:97)
at com.dotcms.cli.command.contenttype.ContentTypePull_Subclass.call$$superforward(Unknown Source)
at com.dotcms.cli.command.contenttype.ContentTypePull_Subclass$$function$$4.apply(Unknown Source)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.invoke(ActivateRequestContextInterceptor.java:124)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.aroundInvoke(ActivateRequestContextInterceptor.java:33)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor_Bean.intercept(Unknown Source)
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
at com.dotcms.cli.command.contenttype.ContentTypePull_Subclass.call(Unknown Source)
at com.dotcms.cli.command.contenttype.ContentTypePull.call(ContentTypePull.java:24)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at com.dotcms.cli.common.DotExecutionStrategy.internalExecute(DotExecutionStrategy.java:183)
at com.dotcms.cli.common.DotExecutionStrategy.execute(DotExecutionStrategy.java:94)
at picocli.CommandLine.execute(CommandLine.java:2170)
at com.dotcms.cli.command.contenttype.ContentTypeCommandIT.Test_Command_Content_Type_Folder_Push(ContentTypeCommandIT.java:1139)
... 5 more
Caused by: jakarta.ws.rs.NotFoundException: 404
at com.dotcms.api.provider.DefaultResponseExceptionMapper.toThrowable(DefaultResponseExceptionMapper.java:62)
at com.dotcms.api.provider.DefaultResponseExceptionMapper.toThrowable(DefaultResponseExceptionMapper.java:21)
at org.jboss.resteasy.microprofile.client.ExceptionMapping$HandlerException.mapException(ExceptionMapping.java:60)
at io.quarkus.restclient.runtime.QuarkusProxyInvocationHandler.invoke(QuarkusProxyInvocationHandler.java:172)
at com.sun.proxy.$Proxy210.getContentType(Unknown Source)
at com.dotcms.api.client.pull.contenttype.ContentTypeFetcher.fetchByKey(ContentTypeFetcher.java:61)
at com.dotcms.api.client.pull.contenttype.ContentTypeFetcher_Subclass.fetchByKey$$superforward(Unknown Source)
at com.dotcms.api.client.pull.contenttype.ContentTypeFetcher_Subclass$$function$$1.apply(Unknown Source)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.invoke(ActivateRequestContextInterceptor.java:124)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.aroundInvoke(ActivateRequestContextInterceptor.java:33)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor_Bean.intercept(Unknown Source)
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
at com.dotcms.api.client.pull.contenttype.ContentTypeFetcher_Subclass.fetchByKey(Unknown Source)
at com.dotcms.api.client.pull.contenttype.ContentTypeFetcher.fetchByKey(ContentTypeFetcher.java:17)
at com.dotcms.api.client.pull.PullServiceImpl.lambda$fetch$0(PullServiceImpl.java:109)
at io.smallrye.context.impl.wrappers.SlowContextualSupplier.get(SlowContextualSupplier.java:21)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:587)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
github-actions / Test Report
Cats / No value for cats field should return empty list Copy / Get Content without cats Should return empty list ► GraphQl ► Content tag field should be empty list
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'mycats')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Cats / No value for cats field should return empty list Copy / Get Content without cats Should return empty list.
Test description: Content tag field should be empty list.
Error message: Cannot read properties of undefined (reading 'mycats').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'mycats')
at Object.eval sandbox-script.js:1:94).
github-actions / Test Report
File Metadata / Request File Asset metada fields ► GraphQl ► FileAsset metadata attributes
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: expected 'styles_copy.css' to deeply equal 'actn-legioss.jpg'
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: File Metadata / Request File Asset metada fields.
Test description: FileAsset metadata attributes.
Error message: expected 'styles_copy.css' to deeply equal 'actn-legioss.jpg'.
Stacktrace: AssertionError: expected 'styles_copy.css' to deeply equal 'actn-legioss.jpg'
at Object.eval sandbox-script.js:1:82).
github-actions / Test Report
Get content in new Language / Get New Language Should Succeed ► GraphQl ► Content in new Language should be retrieved
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'identifier')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Get content in new Language / Get New Language Should Succeed.
Test description: Content in new Language should be retrieved.
Error message: Cannot read properties of undefined (reading 'identifier').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'identifier')
at Object.eval sandbox-script.js:1:59).
github-actions / Test Report
Query Cache / dotcachettl / As query param / Get Content - Cache: -1 - Return v2 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As query param / Get Content - Cache: -1 - Return v2.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:101).
github-actions / Test Report
Query Cache / dotcachettl / As query param / Get Content - Cache: 0 - Return v2 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As query param / Get Content - Cache: 0 - Return v2.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:99).
github-actions / Test Report
Query Cache / dotcachettl / As query param / Get Content - Cache: 30s - Return v1 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As query param / Get Content - Cache: 30s - Return v1.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:97).
github-actions / Test Report
Query Cache / dotcachettl / As query param / Get Content - Cache: 30s - Return v2 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As query param / Get Content - Cache: 30s - Return v2.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:102).
github-actions / Test Report
Query Cache / dotcachettl / As query param / Get Content - No Cache Param - Return v1 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As query param / Get Content - No Cache Param - Return v1.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:100).
github-actions / Test Report
Query Cache / dotcachettl / As query param / Wait Until Expire, Get Content - No Cache Param - Return v3 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As query param / Wait Until Expire, Get Content - No Cache Param - Return v3.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:104).
github-actions / Test Report
Query Cache / dotcachettl / As request header / Get Content - Cache: 30s - Return v1 ► GraphQl ► Get content v1
Failed test found in:
/tmp/build-reports-test/build-reports-test-Postman graphql/dotcms-postman/target/failsafe-reports/TEST-GraphQLTests.xml
Error:
AssertionFailure: Cannot read properties of undefined (reading 'name')
Raw output
Failed 1 times.
Collection JSON ID: 2f32e966-26c7-4f31-bd5c-3a474c504310.
Collection name: GraphQL.
Request name: Query Cache / dotcachettl / As request header / Get Content - Cache: 30s - Return v1.
Test description: Get content v1.
Error message: Cannot read properties of undefined (reading 'name').
Stacktrace: TypeError: Cannot read properties of undefined (reading 'name')
at Object.eval sandbox-script.js:1:107).