Bump github/gh-aw from 0.57.0 to 0.57.2 #2947
build.yml
on: pull_request
Matrix: build
publish-ci
0s
release
0s
Annotations
3 errors
|
build (windows-2022, 17, Release)
Process completed with exit code 1.
|
|
Microsoft.EntityFrameworkCore.NpgsqlDatabaseCreatorCreateTablesTest.Throws_if_database_does_not_exist(async: True):
test/EFCore.PG.FunctionalTests/NpgsqlDatabaseCreatorTest.cs#L447
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Npgsql.PostgresException)
Actual: typeof(Npgsql.NpgsqlException)
---- Npgsql.NpgsqlException : Exception while reading from stream
-------- System.TimeoutException : Timeout during reading attempt
|
|
Microsoft.EntityFrameworkCore.SequenceEndToEndTest.Can_use_sequence_end_to_end_on_multiple_databases:
test/EFCore.PG.FunctionalTests/SequenceEndToEndTest.cs#L71
System.InvalidOperationException : An exception has been raised that is likely due to a transient failure.
---- Npgsql.NpgsqlException : The operation has timed out
-------- System.TimeoutException : The operation has timed out.
|