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/SqlQueryNpgsqlTest.cs#L70
Assert.Equal() Failure: Strings differ
↓ (pos 166)
Expected: ···"PostalCode"\nFROM (\n\n\n\n\n SELECT\n * F"···
Actual: ···"PostalCode"\nFROM (\n\n \n\n\n SELECT"···
↑ (pos 166)
|
Test:
test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L70
Assert.Equal() Failure: Strings differ
↓ (pos 166)
Expected: ···"PostalCode"\nFROM (\n\n\n\n\n SELECT\n * F"···
Actual: ···"PostalCode"\nFROM (\n\n \n\n\n SELECT"···
↑ (pos 166)
|
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)
|
Test:
test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L64
Assert.Equal() Failure: Strings differ
↓ (pos 103)
Expected: ···"ntities" AS s\nWHERE s."CaseInsensitiveTex"···
Actual: ···"ntities" AS s\nWHERE left(@param, length(s"···
↑ (pos 103)
|
Loading