Skip to content

Annotate functional tests for nullability #2533

Annotate functional tests for nullability

Annotate functional tests for nullability #2533

Triggered via pull request December 22, 2024 15:32
Status Failure
Total duration 10m 14s
Artifacts

build.yml

on: pull_request
Matrix: build
publish-ci
0s
publish-ci
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

130 errors
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.EndsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L118
Assert.Equal() Failure: Strings differ ↓ (pos 103) Expected: ···"ntities" AS s\nWHERE s."CaseInsensitiveTex"··· Actual: ···"ntities" AS s\nWHERE right(@param, length("··· ↑ (pos 103)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 111) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ties" AS n\nWHERE n."Inet" = n."Inet" & @p"
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExistAny
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 111) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ties" AS n\nWHERE n."Inet" = n."Inet" & @p"
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: 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)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.EndsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L118
Assert.Equal() Failure: Strings differ ↓ (pos 103) Expected: ···"ntities" AS s\nWHERE s."CaseInsensitiveTex"··· Actual: ···"ntities" AS s\nWHERE right(@param, length("··· ↑ (pos 103)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: False): 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.EndsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L118
Assert.Equal() Failure: Strings differ ↓ (pos 103) Expected: ···"ntities" AS s\nWHERE s."CaseInsensitiveTex"··· Actual: ···"ntities" AS s\nWHERE right(@param, length("··· ↑ (pos 103)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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" 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 111) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ties" AS n\nWHERE n."Inet" = n."Inet" & @p"
Microsoft.EntityFrameworkCore.Query.Translations.TrigramsTranslationsTest.Concatenation_operator_precedence: test/EFCore.PG.FunctionalTests/Query/Translations/TrigramsTranslationsTest.cs#L191
Assert.Equal() Failure: Strings differ ↓ (pos 64) Expected: ···"tities" AS t\nWHERE (COALESCE(t."Text", ''"··· Actual: ···"tities" AS t\nWHERE (t."Text" || ' ' || t."··· ↑ (pos 64)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: False): 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)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: True): 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)
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 111) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ties" AS n\nWHERE n."Inet" = n."Inet" & @p"
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: 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"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 111) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ties" AS n\nWHERE n."Inet" = n."Inet" & @p"
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: False): 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)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: True): 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: 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)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.EndsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L118
Assert.Equal() Failure: Strings differ ↓ (pos 103) Expected: ···"ntities" AS s\nWHERE s."CaseInsensitiveTex"··· Actual: ···"ntities" AS s\nWHERE right(@param, length("··· ↑ (pos 103)
Microsoft.EntityFrameworkCore.Query.Translations.TrigramsTranslationsTest.Concatenation_operator_precedence: test/EFCore.PG.FunctionalTests/Query/Translations/TrigramsTranslationsTest.cs#L191
Assert.Equal() Failure: Strings differ ↓ (pos 64) Expected: ···"tities" AS t\nWHERE (COALESCE(t."Text", ''"··· Actual: ···"tities" AS t\nWHERE (t."Text" || ' ' || t."··· ↑ (pos 64)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: False): test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L70
Assert.Equal() Failure: Strings differ ↓ (pos 169) Expected: ···"talCode"\r\nFROM (\r\n\r\n\r\n\r\n\r\n SELECT\r\n "··· Actual: ···"talCode"\r\nFROM (\r\n\r\n \r\n\r\n\r\n SEL"··· ↑ (pos 169)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: True): test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L70
Assert.Equal() Failure: Strings differ ↓ (pos 169) Expected: ···"talCode"\r\nFROM (\r\n\r\n\r\n\r\n\r\n SELECT\r\n "··· Actual: ···"talCode"\r\nFROM (\r\n\r\n \r\n\r\n\r\n SEL"··· ↑ (pos 169)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L172
Assert.Equal() Failure: Strings differ ↓ (pos 104) Expected: ···"ities" AS s\r\nWHERE s."CaseInsensitiveText"··· Actual: ···"ities" AS s\r\nWHERE strpos(@param, s."Case"··· ↑ (pos 104)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L64
Assert.Equal() Failure: Strings differ ↓ (pos 107) Expected: ···"tities" AS s\r\nWHERE s."CaseInsensitiveTex"··· Actual: ···"tities" AS s\r\nWHERE left(@param, length(s"··· ↑ (pos 107)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.EndsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L118
Assert.Equal() Failure: Strings differ ↓ (pos 107) Expected: ···"tities" AS s\r\nWHERE s."CaseInsensitiveTex"··· Actual: ···"tities" AS s\r\nWHERE right(@param, length("··· ↑ (pos 107)
Microsoft.EntityFrameworkCore.Query.Translations.TrigramsTranslationsTest.Concatenation_operator_precedence: test/EFCore.PG.FunctionalTests/Query/Translations/TrigramsTranslationsTest.cs#L191
Assert.Equal() Failure: Strings differ ↓ (pos 66) Expected: ···"ities" AS t\r\nWHERE (COALESCE(t."Text", ''"··· Actual: ···"ities" AS t\r\nWHERE (t."Text" || ' ' || t."··· ↑ (pos 66)
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L64
Assert.Equal() Failure: Strings differ ↓ (pos 86) Expected: ···"= n."TextInet"::inet OR (n."Inet" IS NULL"··· Actual: ···"AS n\r\nWHERE n."Inet" = n."TextInet"::inet"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L79
Assert.Equal() Failure: Strings differ ↓ (pos 95) Expected: ···"extMacaddr"::macaddr OR (n."Macaddr" IS N"··· Actual: ···"RE n."Macaddr" = n."TextMacaddr"::macaddr"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 115) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ies" AS n\r\nWHERE n."Inet" = n."Inet" & @p"
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.Contains_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L172
Assert.Equal() Failure: Strings differ ↓ (pos 104) Expected: ···"ities" AS s\r\nWHERE s."CaseInsensitiveText"··· Actual: ···"ities" AS s\r\nWHERE strpos(@param, s."Case"··· ↑ (pos 104)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.StartsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L64
Assert.Equal() Failure: Strings differ ↓ (pos 107) Expected: ···"tities" AS s\r\nWHERE s."CaseInsensitiveTex"··· Actual: ···"tities" AS s\r\nWHERE left(@param, length(s"··· ↑ (pos 107)
Microsoft.EntityFrameworkCore.Query.Translations.CitextTranslationsTest.EndsWith_param_instance: test/EFCore.PG.FunctionalTests/Query/Translations/CitextTranslationsTest.cs#L118
Assert.Equal() Failure: Strings differ ↓ (pos 107) Expected: ···"tities" AS s\r\nWHERE s."CaseInsensitiveTex"··· Actual: ···"tities" AS s\r\nWHERE right(@param, length("··· ↑ (pos 107)
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExistAny
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Parameter
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContains_with_string
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContained_with_json_element
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Roundtrip
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExists
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Literal
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExistAll
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContains_with_string_column
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContained_with_string
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExistAny
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Parameter
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContains_with_string
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContained_with_json_element
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Roundtrip
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExists
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Literal
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" of relation "JsonEntities" 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L64
Assert.Equal() Failure: Strings differ ↓ (pos 86) Expected: ···"= n."TextInet"::inet OR (n."Inet" IS NULL"··· Actual: ···"AS n\r\nWHERE n."Inet" = n."TextInet"::inet"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L79
Assert.Equal() Failure: Strings differ ↓ (pos 95) Expected: ···"extMacaddr"::macaddr OR (n."Macaddr" IS N"··· Actual: ···"RE n."Macaddr" = n."TextMacaddr"::macaddr"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 115) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ies" AS n\r\nWHERE n."Inet" = n."Inet" & @p"
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonExistAny
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.Parameter
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContains_with_string
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.JsonStringQueryTest.JsonContained_with_json_element
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- Npgsql.PostgresException : 23502: null value in column "SomeString" 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Test_change_tracking: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_in_database: 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.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.CharacterQueryNpgsqlTest.Find_locally_available: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TrigramsTranslationsTest.Concatenation_operator_precedence: test/EFCore.PG.FunctionalTests/Query/Translations/TrigramsTranslationsTest.cs#L191
Assert.Equal() Failure: Strings differ ↓ (pos 66) Expected: ···"ities" AS t\r\nWHERE (COALESCE(t."Text", ''"··· Actual: ···"ities" AS t\r\nWHERE (t."Text" || ' ' || t."··· ↑ (pos 66)
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_local_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_utc_datetime_into_timestamp: 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.
Microsoft.EntityFrameworkCore.Query.Translations.TimestampTranslationsTest.Cannot_insert_unspecified_datetime_into_timestamptz: 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.
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.IPAddress_inet_parse_column: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L64
Assert.Equal() Failure: Strings differ ↓ (pos 86) Expected: ···"= n."TextInet"::inet OR (n."Inet" IS NULL"··· Actual: ···"AS n\r\nWHERE n."Inet" = n."TextInet"::inet"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.PhysicalAddress_macaddr_parse_column: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L79
Assert.Equal() Failure: Strings differ ↓ (pos 95) Expected: ···"extMacaddr"::macaddr OR (n."Macaddr" IS N"··· Actual: ···"RE n."Macaddr" = n."TextMacaddr"::macaddr"
Microsoft.EntityFrameworkCore.Query.Translations.NetworkTranslationsNpgsqlTest.BitwiseAnd_IPAddress: test/EFCore.PG.FunctionalTests/Query/Translations/NetworkTranslationsNpgsqlTest.cs#L786
Assert.Equal() Failure: Strings differ ↓ (pos 115) Expected: ···"Inet" = n."Inet" & @p OR n."Inet" IS NULL" Actual: ···"ies" AS n\r\nWHERE n."Inet" = n."Inet" & @p"