Skip to content

feat(graphql): unify Binary, File, and Image field queries via DotBin…

9992662
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

feat(graphql): unify Binary, File, and Image field queries via DotBinaryLike #34540 #35363

feat(graphql): unify Binary, File, and Image field queries via DotBin…
9992662
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report failed Apr 16, 2026 in 0s

6673 passed, 1 failed and 26 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 MainSuite 1b/dotcms-integration/target/failsafe-reports/TEST-com.dotcms.graphql.business.GraphqlAPITest.xml

See this annotation in the file changed.

@github-actions github-actions / Test Report

com.dotcms.graphql.business.GraphqlAPITest ► testAvailableGraphQLFieldsOnImageAndFileFields

Failed test found in:
  /tmp/build-reports-test/build-reports-test-IT Tests MainSuite 1b/dotcms-integration/target/failsafe-reports/TEST-com.dotcms.graphql.business.GraphqlAPITest.xml
Error:
  junit.framework.AssertionFailedError: undefined
Raw output
junit.framework.AssertionFailedError
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:200)
	at com.dotcms.graphql.business.GraphqlAPITest.testAvailableGraphQLFieldsOnImageAndFileFields(GraphqlAPITest.java:814)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:55)
	at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:22)
	at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71)