Skip to content

Add IsDeadlockError #48

Add IsDeadlockError

Add IsDeadlockError #48

Re-run triggered August 22, 2025 11:49
Status Failure
Total duration 1m 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Build
Process completed with exit code 1.
EntityFramework.Exceptions.Tests.MySqlServerPomeloTests.Deadlock
System.InvalidOperationException : A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled).
EntityFramework.Exceptions.Tests.SqlServerTests.Deadlock
System.InvalidOperationException : A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled).
EntityFramework.Exceptions.Tests.PostgreSQLTests.RequiredColumnViolationThrowsCannotInsertNullException: EntityFramework.Exceptions/Tests/DatabaseTests.cs#L121
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(EntityFramework.Exceptions.Common.CannotInsertNullException) Actual: typeof(Npgsql.PostgresException) ---- Npgsql.PostgresException : 25P02: current transaction is aborted, commands ignored until end of transaction block
EntityFramework.Exceptions.Tests.PostgreSQLTests.NumericOverflowViolationThrowsNumericOverflowException: EntityFramework.Exceptions/Tests/DatabaseTests.cs#L184
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(EntityFramework.Exceptions.Common.NumericOverflowException) Actual: typeof(System.InvalidOperationException) ---- System.InvalidOperationException : The association between entity types 'Product' and 'ProductPriceHistory' has been severed, but the relationship is either marked as required or is implicitly required because the foreign key is not nullable. If the dependent/child entity should be deleted when a required relationship is severed, configure the relationship to use cascade deletes. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.
EntityFramework.Exceptions.Tests.PostgreSQLTests.DeleteParentItemThrowsReferenceConstraintExceptionThroughExecuteDelete
System.AggregateException : One or more errors occurred. (25P02: current transaction is aborted, commands ignored until end of transaction block) (The association between entity types 'Product' and 'ProductPriceHistory' has been severed, but the relationship is either marked as required or is implicitly required because the foreign key is not nullable. If the dependent/child entity should be deleted when a required relationship is severed, configure the relationship to use cascade deletes. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.) ---- Npgsql.PostgresException : 25P02: current transaction is aborted, commands ignored until end of transaction block ---- System.InvalidOperationException : The association between entity types 'Product' and 'ProductPriceHistory' has been severed, but the relationship is either marked as required or is implicitly required because the foreign key is not nullable. If the dependent/child entity should be deleted when a required relationship is severed, configure the relationship to use cascade deletes. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.