Add Support for Vector Data Type in SQL for GraphQL#3714
Add Support for Vector Data Type in SQL for GraphQL#3714RubenCerna2079 wants to merge 45 commits into
Build #20260714.25 had test failures
Details
- Failed: 3 (0.36%)
- Passed: 720 (86.96%)
- Other: 105 (12.68%)
- Total: 828
Annotations
Check failure on line 983 in Build log
azure-pipelines / PG_SQL Integration Tests
Build log #L983
Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1
Check failure on line 989 in Build log
azure-pipelines / PG_SQL Integration Tests
Build log #L989
Dotnet command failed with non-zero exit code on the following projects : [
'/home/vsts/work/1/s/src/Service.Tests/Azure.DataApiBuilder.Service.Tests.csproj'
]
azure-pipelines / PG_SQL Integration Tests
Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements
Test method Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements threw exception:
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
Raw output
at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
at System.Text.Json.JsonElement.GetProperty(String propertyName)
at Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements() in /home/vsts/work/1/s/src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/PostgreSqlGQLArrayTypesTests.cs:line 161
azure-pipelines / PG_SQL Integration Tests
Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey
Test method Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey threw exception:
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
Raw output
at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
at System.Text.Json.JsonElement.GetProperty(String propertyName)
at Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey() in /home/vsts/work/1/s/src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/PostgreSqlGQLArrayTypesTests.cs:line 50
azure-pipelines / PG_SQL Integration Tests
Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns
Test method Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns threw exception:
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
Raw output
at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
at System.Text.Json.JsonElement.GetProperty(String propertyName)
at Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns() in /home/vsts/work/1/s/src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/PostgreSqlGQLArrayTypesTests.cs:line 241