Add IsDeadlockError #39
Triggered via pull request
August 22, 2025 11:48
pengweiqhca
synchronize
#89
Status
Failure
Total duration
2m 34s
Artifacts
–
Annotations
6 errors
|
Build and analyze
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.
|