Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SqlFragmentExpression to have Type/type mapping #33053

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Allow SqlFragmentExpression to have Type/type mapping

860eb6d
Select commit
Loading
Failed to load commit list.
Open

Allow SqlFragmentExpression to have Type/type mapping #33053

Allow SqlFragmentExpression to have Type/type mapping
860eb6d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / efcore-ci failed Feb 10, 2024 in 40m 45s

Build #20240210.4 had test failures

Details

Tests

  • Failed: 15 (0.01%)
  • Passed: 178,051 (81.86%)
  • Other: 39,435 (18.13%)
  • Total: 217,501

Annotations

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/EFCore.InMemory.FunctionalTests_net8.0_x64.html [net8.0|x64]

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/EFCore.Sqlite.FunctionalTests_net8.0_x64.html [net8.0|x64]

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /home/vsts/work/1/s/artifacts/TestResults/Release/EFCore.InMemory.FunctionalTests_net8.0_x64.html [net8.0|x64]

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /home/vsts/work/1/s/artifacts/TestResults/Release/EFCore.Sqlite.FunctionalTests_net8.0_x64.html [net8.0|x64]

Check failure on line 1 in Microsoft.EntityFrameworkCore.CustomConvertersSqliteTest.Composition_over_collection_of_complex_mapped_as_scalar

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.CustomConvertersSqliteTest.Composition_over_collection_of_complex_mapped_as_scalar

Assert.Equal() Failure: Strings differ
                                  ↓ (pos 30)
Expected: ···"xpression 'l => new {     H = l.Height,  "···
Actual:   ···"xpression 'l => new  {     H = l.Height, "···
                                  ↑ (pos 30)
Raw output
   at Microsoft.EntityFrameworkCore.CustomConvertersTestBase`1.Composition_over_collection_of_complex_mapped_as_scalar() in D:\a\_work\1\s\test\EFCore.Specification.Tests\CustomConvertersTestBase.cs:line 750
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.EntityFrameworkCore.CustomConvertersInMemoryTest.Composition_over_collection_of_complex_mapped_as_scalar

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.CustomConvertersInMemoryTest.Composition_over_collection_of_complex_mapped_as_scalar

Assert.Equal() Failure: Strings differ
                                  ↓ (pos 30)
Expected: ···"xpression 'l => new {     H = l.Height,  "···
Actual:   ···"xpression 'l => new  {     H = l.Height, "···
                                  ↑ (pos 30)
Raw output
   at Microsoft.EntityFrameworkCore.CustomConvertersTestBase`1.Composition_over_collection_of_complex_mapped_as_scalar() in D:\a\_work\1\s\test\EFCore.Specification.Tests\CustomConvertersTestBase.cs:line 750
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.EntityFrameworkCore.InMemory.FunctionalTests.dll.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.InMemory.FunctionalTests.dll.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests.dll.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests.dll.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.