TINKERPOP-3225 conjoin has incorrect null handling #10586
build-test.yml
on: pull_request
smoke
4m 12s
mvn clean install - jdk17
15m 14s
mvn clean install - jdk11
18m 54s
mvn clean install - jdk8
14m 55s
gremlin-server default
24m 6s
gremlin-server unified
24m 29s
hadoop standard
25m 4s
hadoop feature
5m 16s
gremlin-console
4m 49s
neo4j-gremlin
8m 52s
Matrix: spark core
Matrix: spark gryo
gremlin-driver
5m 4s
javascript-all-node20
6m 14s
javascript-glv-node22
6m 2s
javascript-glv-node24
5m 58s
python
6m 10s
.NET
7m 8s
go
7m 2s
Annotations
1 error and 11 warnings
|
gremlin-console
Process completed with exit code 1.
|
|
.NET
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
.NET
Converting null literal or possible null value to non-nullable type.
|
|
.NET
Converting null literal or possible null value to non-nullable type.
|
|
.NET
Converting null literal or possible null value to non-nullable type.
|
|
.NET
Non-nullable property 'DictifiedLast' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|