Skip to content
GitHub Actions / Test Results failed Apr 6, 2025 in 0s

25 fail, 5 skipped, 3 556 pass in 54s

  313 files    313 suites   54s ⏱️
3 586 tests 3 556 ✅ 5 💤 25 ❌
3 675 runs  3 645 ✅ 5 💤 25 ❌

Results for commit 6a29b08.

Annotations

Check warning on line 0 in graphql.execution.AsyncSerialExecutionStrategyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

serial execution (graphql.execution.AsyncSerialExecutionStrategyTest) failed

build/test-results/test/TEST-graphql.execution.AsyncSerialExecutionStrategyTest.xml [took 0s]
Raw output
Condition failed with Exception:

result.get().data == ['hello': 'world1', 'hello2': 'world2', 'hello3': 'world3']
|      |
|      java.util.concurrent.ExecutionException: java.lang.NullPointerException
|      	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
|      	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2005)
|      	at graphql.execution.AsyncSerialExecutionStrategyTest.serial execution(AsyncSerialExecutionStrategyTest.groovy:125)
|      Caused by: java.lang.NullPointerException
|      	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
|      	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
|      	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
|      	at graphql.execution.AsyncSerialExecutionStrategy.resolveSerialField(AsyncSerialExecutionStrategy.java:77)
|      	at graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutionStrategy.java:59)
|      	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
|      	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
|      	at graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$2(AsyncSerialExecutionStrategy.java:53)
|      	at graphql.execution.Async.eachSequentiallyPolymorphicImpl(Async.java:329)
|      	at graphql.execution.Async.eachSequentially(Async.java:317)
|      	at graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$3(AsyncSerialExecutionStrategy.java:53)
|      	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
|      	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
|      	at graphql.execution.AsyncSerialExecutionStrategy.execute(AsyncSerialExecutionStrategy.java:35)
|      	at graphql.execution.AsyncSerialExecutionStrategyTest.serial execution(AsyncSerialExecutionStrategyTest.groovy:120)
java.util.concurrent.CompletableFuture@41388992[Completed exceptionally: java.util.concurrent.CompletionException: java.lang.NullPointerException]

	at graphql.execution.AsyncSerialExecutionStrategyTest.serial execution(AsyncSerialExecutionStrategyTest.groovy:125)
Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2005)
	... 1 more
Caused by: java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.AsyncSerialExecutionStrategy.resolveSerialField(AsyncSerialExecutionStrategy.java:77)
	at graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutionStrategy.java:59)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$2(AsyncSerialExecutionStrategy.java:53)
	at graphql.execution.Async.eachSequentiallyPolymorphicImpl(Async.java:329)
	at graphql.execution.Async.eachSequentially(Async.java:317)
	at graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$3(AsyncSerialExecutionStrategy.java:53)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncSerialExecutionStrategy.execute(AsyncSerialExecutionStrategy.java:35)
	at graphql.execution.AsyncSerialExecutionStrategyTest.serial execution(AsyncSerialExecutionStrategyTest.groovy:120)

Check warning on line 0 in graphql.execution.AsyncSerialExecutionStrategyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

async serial execution test (graphql.execution.AsyncSerialExecutionStrategyTest) failed

build/test-results/test/TEST-graphql.execution.AsyncSerialExecutionStrategyTest.xml [took 0s]
Raw output
Condition not satisfied:

!result.isDone()
||      |
||      true
|java.util.concurrent.CompletableFuture@11802192[Completed exceptionally: java.util.concurrent.CompletionException: java.lang.NullPointerException]
false

	at graphql.execution.AsyncSerialExecutionStrategyTest.async serial execution test(AsyncSerialExecutionStrategyTest.groovy:171)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

execution is serial if the dataFetchers are blocking (graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.execution is serial if the dataFetchers are blocking(AsyncExecutionStrategyTest.groovy:122)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

execution with already completed futures (graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.execution with already completed futures(AsyncExecutionStrategyTest.groovy:164)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

async execution (graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.async execution(AsyncExecutionStrategyTest.groovy:208)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

exception while fetching data (graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.exception while fetching data(AsyncExecutionStrategyTest.groovy:251)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

exception in instrumentation while combining data (graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestWithIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.exception in instrumentation while combining data(AsyncExecutionStrategyTest.groovy:313)

Check warning on line 0 in graphql.execution.ExecutionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

query strategy is used for query requests (graphql.execution.ExecutionTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionTest.xml [took 0s]
Raw output
groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.ExecutionTest
	at app//graphql.execution.ExecutionTest.$spock_initializeFields(ExecutionTest.groovy:38)

Check warning on line 0 in graphql.execution.ExecutionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

mutation strategy is used for mutation requests (graphql.execution.ExecutionTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionTest.xml [took 0s]
Raw output
groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.ExecutionTest
	at app//graphql.execution.ExecutionTest.$spock_initializeFields(ExecutionTest.groovy:38)

Check warning on line 0 in graphql.execution.ExecutionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

subscription strategy is used for subscription requests (graphql.execution.ExecutionTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionTest.xml [took 0s]
Raw output
groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.ExecutionTest
	at app//graphql.execution.ExecutionTest.$spock_initializeFields(ExecutionTest.groovy:38)

Check warning on line 0 in graphql.execution.ExecutionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Update query strategy when instrumenting execution context (graphql.execution.ExecutionTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionTest.xml [took 0s]
Raw output
groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.ExecutionTest
	at app//graphql.execution.ExecutionTest.$spock_initializeFields(ExecutionTest.groovy:38)

Check warning on line 0 in graphql.execution.ExecutionStrategyErrorsTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

can capture certain errors (graphql.execution.ExecutionStrategyErrorsTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionStrategyErrorsTest.xml [took 0s]
Raw output
Condition not satisfied:

er.errors.size() == 7
|  |      |      |
|  |      1      false
|  [graphql.execution.AbortExecutionException: No lists for you]
ExecutionResultImpl{errors=[graphql.execution.AbortExecutionException: No lists for you], data=null, dataPresent=false, extensions=null}

	at graphql.execution.ExecutionStrategyErrorsTest.can capture certain errors(ExecutionStrategyErrorsTest.groovy:110)

Check warning on line 0 in graphql.execution.instrumentation.fieldvalidation.FieldValidationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_field_args_can_be_validated (graphql.execution.instrumentation.fieldvalidation.FieldValidationTest) failed

build/test-results/test/TEST-graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.xml [took 0s]
Raw output
Expected exception of type 'graphql.execution.AbortExecutionException', but got 'groovy.lang.MissingPropertyException'
	at app//org.spockframework.lang.SpecInternals.checkExceptionThrown(SpecInternals.java:84)
	at app//org.spockframework.lang.SpecInternals.thrownImpl(SpecInternals.java:71)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test_field_args_can_be_validated(FieldValidationTest.groovy:136)
Caused by: groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.instrumentation.fieldvalidation.FieldValidationTest
	at app//graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.setupExecution(FieldValidationTest.groovy:308)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test_field_args_can_be_validated(FieldValidationTest.groovy:133)

Check warning on line 0 in graphql.execution.instrumentation.fieldvalidation.FieldValidationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test SimpleFieldAndArgumentsValidator (graphql.execution.instrumentation.fieldvalidation.FieldValidationTest) failed

build/test-results/test/TEST-graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.xml [took 0s]
Raw output
Expected exception of type 'graphql.execution.AbortExecutionException', but got 'groovy.lang.MissingPropertyException'
	at app//org.spockframework.lang.SpecInternals.checkExceptionThrown(SpecInternals.java:84)
	at app//org.spockframework.lang.SpecInternals.thrownImpl(SpecInternals.java:71)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test SimpleFieldAndArgumentsValidator(FieldValidationTest.groovy:168)
Caused by: groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.instrumentation.fieldvalidation.FieldValidationTest
	at app//graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.setupExecution(FieldValidationTest.groovy:308)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test SimpleFieldAndArgumentsValidator(FieldValidationTest.groovy:165)

Check warning on line 0 in graphql.execution.instrumentation.fieldvalidation.FieldValidationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test fragment value uniqueness support is handled (graphql.execution.instrumentation.fieldvalidation.FieldValidationTest) failed

build/test-results/test/TEST-graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.xml [took 0s]
Raw output
Expected exception of type 'graphql.execution.AbortExecutionException', but got 'groovy.lang.MissingPropertyException'
	at app//org.spockframework.lang.SpecInternals.checkExceptionThrown(SpecInternals.java:84)
	at app//org.spockframework.lang.SpecInternals.thrownImpl(SpecInternals.java:71)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test fragment value uniqueness support is handled(FieldValidationTest.groovy:221)
Caused by: groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.instrumentation.fieldvalidation.FieldValidationTest
	at app//graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.setupExecution(FieldValidationTest.groovy:308)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test fragment value uniqueness support is handled(FieldValidationTest.groovy:218)

Check warning on line 0 in graphql.execution.instrumentation.fieldvalidation.FieldValidationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test aliased fields is handled (graphql.execution.instrumentation.fieldvalidation.FieldValidationTest) failed

build/test-results/test/TEST-graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.xml [took 0s]
Raw output
Expected exception of type 'graphql.execution.AbortExecutionException', but got 'groovy.lang.MissingPropertyException'
	at app//org.spockframework.lang.SpecInternals.checkExceptionThrown(SpecInternals.java:84)
	at app//org.spockframework.lang.SpecInternals.thrownImpl(SpecInternals.java:71)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test aliased fields is handled(FieldValidationTest.groovy:267)
Caused by: groovy.lang.MissingPropertyException: No such property: profiler for class: graphql.execution.instrumentation.fieldvalidation.FieldValidationTest
	at app//graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.setupExecution(FieldValidationTest.groovy:308)
	at graphql.execution.instrumentation.fieldvalidation.FieldValidationTest.test aliased fields is handled(FieldValidationTest.groovy:264)

Check warning on line 0 in graphql.execution.ExecutionStrategyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

resolveField creates correct DataFetchingEnvironment (graphql.execution.ExecutionStrategyTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionStrategyTest.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategyTest.resolveField creates correct DataFetchingEnvironment(ExecutionStrategyTest.groovy:547)

Check warning on line 0 in graphql.execution.ExecutionStrategyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test that the new data fetcher error handler interface is called (graphql.execution.ExecutionStrategyTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionStrategyTest.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategyTest.test that the new data fetcher error handler interface is called(ExecutionStrategyTest.groovy:642)

Check warning on line 0 in graphql.execution.ExecutionStrategyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

#2519 data fetcher errors for a given field appear in FetchedResult within instrumentation (graphql.execution.ExecutionStrategyTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionStrategyTest.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategyTest.#2519 data fetcher errors for a given field appear in FetchedResult within instrumentation(ExecutionStrategyTest.groovy:683)

Check warning on line 0 in graphql.execution.ExecutionStrategyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

#522 - single error during execution - not two errors (graphql.execution.ExecutionStrategyTest) failed

build/test-results/test/TEST-graphql.execution.ExecutionStrategyTest.xml [took 0s]
Raw output
Expected exception of type 'java.util.concurrent.CompletionException', but got 'java.lang.NullPointerException'
	at app//org.spockframework.lang.SpecInternals.checkExceptionThrown(SpecInternals.java:84)
	at app//org.spockframework.lang.SpecInternals.thrownImpl(SpecInternals.java:71)
	at graphql.execution.ExecutionStrategyTest.#522 - single error during execution - not two errors(ExecutionStrategyTest.groovy:748)
Caused by: java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategyTest.#522 - single error during execution - not two errors(ExecutionStrategyTest.groovy:744)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

execution is serial if the dataFetchers are blocking (graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.execution is serial if the dataFetchers are blocking(AsyncExecutionStrategyTest.groovy:122)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

execution with already completed futures (graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.execution with already completed futures(AsyncExecutionStrategyTest.groovy:164)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

async execution (graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.async execution(AsyncExecutionStrategyTest.groovy:208)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

exception while fetching data (graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.exception while fetching data(AsyncExecutionStrategyTest.groovy:251)

Check warning on line 0 in graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport

See this annotation in the file changed.

@github-actions github-actions / Test Results

exception in instrumentation while combining data (graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport) failed

build/test-results/test/TEST-graphql.execution.AsyncExecutionStrategyTestNoIncrementalSupport.xml [took 0s]
Raw output
java.lang.NullPointerException
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:483)
	at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:419)
	at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:378)
	at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:343)
	at graphql.execution.AsyncExecutionStrategy.lambda$execute$4(AsyncExecutionStrategy.java:58)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:420)
	at graphql.execution.ExecutionContext.call(ExecutionContext.java:413)
	at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:41)
	at graphql.execution.AsyncExecutionStrategyTest.exception in instrumentation while combining data(AsyncExecutionStrategyTest.groovy:313)