Skip to content

feat(GraphQL) publishDate param to GraphQL Refs:#30780 #2988

feat(GraphQL) publishDate param to GraphQL Refs:#30780

feat(GraphQL) publishDate param to GraphQL Refs:#30780 #2988

GitHub Actions / Test Report failed Dec 14, 2024 in 0s

10849 passed, 1 failed and 84 skipped

Tests failed
Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 0 in /tmp/build-reports-test/build-reports-test-CLI Tests/tools/dotcms-cli/api-data-model/target/failsafe-reports/TEST-com.dotcms.api.AssetAPIT.xml

See this annotation in the file changed.

@github-actions github-actions / Test Report

com.dotcms.api.AssetAPIT ► Test_Asset_By_Path_Not_Found

Failed test found in:
  /tmp/build-reports-test/build-reports-test-CLI Tests/tools/dotcms-cli/api-data-model/target/failsafe-reports/TEST-com.dotcms.api.AssetAPIT.xml
Error:
  java.lang.RuntimeException: java.lang.RuntimeException: Unable to start Quarkus test resource class com.dotcms.ContainerResource
Raw output
java.lang.RuntimeException: java.lang.RuntimeException: Unable to start Quarkus test resource class com.dotcms.ContainerResource
	at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:638)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:722)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource class com.dotcms.ContainerResource
	at io.quarkus.test.common.TestResourceManager$TestResourceEntryRunnable.run(TestResourceManager.java:506)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
	at org.testcontainers.containers.ContainerisedDockerCompose.invoke(DockerComposeContainer.java:710)
	at org.testcontainers.containers.DockerComposeContainer.runWithCompose(DockerComposeContainer.java:337)
	at org.testcontainers.containers.DockerComposeContainer.createServices(DockerComposeContainer.java:258)
	at org.testcontainers.containers.DockerComposeContainer.start(DockerComposeContainer.java:189)
	at com.dotcms.ContainerResource.start(ContainerResource.java:86)
	at io.quarkus.test.common.TestResourceManager$TestResourceEntryRunnable.run(TestResourceManager.java:500)
	... 4 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
	... 11 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
	at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
	... 12 more
Caused by: java.lang.IllegalStateException: Container did not start correctly.
	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:480)
	... 14 more