Skip to content

feat(JobQueue Resource) Refs: 29480 #1574

feat(JobQueue Resource) Refs: 29480

feat(JobQueue Resource) Refs: 29480 #1574

GitHub Actions / Test Report failed Oct 9, 2024 in 0s

10204 passed, 1 failed and 49 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-IT Tests Junit5 Suite 1/dotcms-integration/target/failsafe-reports/TEST-com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest.xml

See this annotation in the file changed.

@github-actions github-actions / Test Report

com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest ►

Failed test found in:
  /tmp/build-reports-test/build-reports-test-IT Tests Junit5 Suite 1/dotcms-integration/target/failsafe-reports/TEST-com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest.xml
Error:
  java.lang.IllegalStateException: JobQueueHelper Bean not found
Raw output
java.lang.IllegalStateException: JobQueueHelper Bean not found
	at com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest.lambda$setUp$0(JobQueueHelperIntegrationTest.java:42)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest.setUp(JobQueueHelperIntegrationTest.java:42)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)