Annotate functional tests for nullability #2533
Annotations
10 errors
Test:
test/EFCore.PG.FunctionalTests/Query/CharacterQueryNpgsqlTest.cs#L93
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details.
---- Npgsql.PostgresException : 23502: null value in column "Character6" of relation "CharacterTestEntities" violates not-null constraint
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
|
Test:
test/EFCore.PG.FunctionalTests/Query/CharacterQueryNpgsqlTest.cs#L27
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details.
---- Npgsql.PostgresException : 23502: null value in column "Character6" of relation "CharacterTestEntities" violates not-null constraint
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
|
Test:
test/EFCore.PG.FunctionalTests/Query/CharacterQueryNpgsqlTest.cs#L61
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details.
---- Npgsql.PostgresException : 23502: null value in column "Character6" of relation "CharacterTestEntities" violates not-null constraint
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L64
Assert.Equal() Failure: Strings differ
↓ (pos 84)
Expected: ···"= n."TextInet"::inet OR (n."Inet" IS NULL"···
Actual: ···" AS n\nWHERE n."Inet" = n."TextInet"::inet"
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L79
Assert.Equal() Failure: Strings differ
↓ (pos 93)
Expected: ···"extMacaddr"::macaddr OR (n."Macaddr" IS N"···
Actual: ···"RE n."Macaddr" = n."TextMacaddr"::macaddr"
|
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/TimestampTranslationsTest.cs#L83
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Microsoft.EntityFrameworkCore.DbUpdateException)
Actual: typeof(System.InvalidOperationException)
---- System.InvalidOperationException : The primitive collection property 'Entity.TimestampDateTimeArray' is configured as required (non-nullable) but has a null value when saving changes. Either mark the property as optional (nullable) or set a non-null value.
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/TimestampTranslationsTest.cs#L63
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Microsoft.EntityFrameworkCore.DbUpdateException)
Actual: typeof(System.InvalidOperationException)
---- System.InvalidOperationException : The primitive collection property 'Entity.TimestampDateTimeArray' is configured as required (non-nullable) but has a null value when saving changes. Either mark the property as optional (nullable) or set a non-null value.
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/TimestampTranslationsTest.cs#L73
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Microsoft.EntityFrameworkCore.DbUpdateException)
Actual: typeof(System.InvalidOperationException)
---- System.InvalidOperationException : The primitive collection property 'Entity.TimestampDateTimeArray' is configured as required (non-nullable) but has a null value when saving changes. Either mark the property as optional (nullable) or set a non-null value.
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L172
Assert.Equal() Failure: Strings differ
↓ (pos 100)
Expected: ···"tities" AS s\nWHERE s."CaseInsensitiveText"···
Actual: ···"tities" AS s\nWHERE strpos(@param, s."Case"···
↑ (pos 100)
|
Loading