Skip to content

Update dependency com.graphql-java:graphql-java to v25

7beb62d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Update dependency com.graphql-java:graphql-java to v25 #168

Update dependency com.graphql-java:graphql-java to v25
7beb62d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Junit Results failed Dec 15, 2025 in 0s

Junit Results

Junit Results ran 299 in 299.62499999999994 seconds 0 Errored, 1 Failed, 0 Skipped

Annotations

Check failure on line 0 in test

See this annotation in the file changed.

@github-actions github-actions / Junit Results

test#L0

Junit Results ran 299 in 299.62499999999994 seconds 0 Errored, 1 Failed, 0 Skipped

Check failure on line 0 in /home/runner/work/graphql-builder/graphql-builder/graphql-database-manager-test/src/test/java/com/phocassoftware/graphql/database/manager/test/hashed/TestScanLogic.java

See this annotation in the file changed.

@github-actions github-actions / Junit Results

testTakeBackup(DynamoDbManager)

Junit test testTakeBackup(DynamoDbManager) failed expected: <null> but was: <com.phocassoftware.graphql.database.manager.test.hashed.TestScanLogic$Cat@59923e0>
Raw output
org.opentest4j.AssertionFailedError: expected: <null> but was: <com.phocassoftware.graphql.database.manager.test.hashed.TestScanLogic$Cat@59923e0>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
	at org.junit.jupiter.api.AssertNull.failNotNull(AssertNull.java:56)
	at org.junit.jupiter.api.AssertNull.assertNull(AssertNull.java:40)
	at org.junit.jupiter.api.AssertNull.assertNull(AssertNull.java:34)
	at org.junit.jupiter.api.Assertions.assertNull(Assertions.java:297)
	at com.phocassoftware.graphql.database.manager.test.hashed.TestScanLogic.testTakeBackup(TestScanLogic.java:72)