Skip to content

Change scaffolding PG arrays to List<T> instead of T[] #2100

Change scaffolding PG arrays to List<T> instead of T[]

Change scaffolding PG arrays to List<T> instead of T[] #2100

Triggered via pull request November 8, 2023 19:32
Status Failure
Total duration 15m 49s
Artifacts

build.yml

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

Annotations

44 errors
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 11, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 16, Debug)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 12, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (windows-2022, 16, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (windows-2022, 12, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (windows-2022, 11, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 14, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 13, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 15, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (ubuntu-22.04, 16, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.DefaultValuesTest.Can_use_Npgsql_default_values
Npgsql.NpgsqlException : Exception while reading from stream ---- System.TimeoutException : Timeout during reading attempt
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (windows-2022, 15, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.MigrationsNpgsqlTest.Create_table: test/EFCore.PG.FunctionalTests/Migrations/MigrationsNpgsqlTest.cs#L24
System.InvalidOperationException : An exception has been raised that is likely due to a transient failure. ---- Npgsql.NpgsqlException : Exception while reading from stream -------- System.TimeoutException : Timeout during reading attempt
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (windows-2022, 14, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.MigrationsNpgsqlTest.Rename_index: test/EFCore.PG.FunctionalTests/Migrations/MigrationsNpgsqlTest.cs#L2396
System.InvalidOperationException : An exception has been raised that is likely due to a transient failure. ---- Npgsql.NpgsqlException : Exception while reading from stream -------- System.TimeoutException : Timeout during reading attempt
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.LocalTime_array_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure Expected: typeof(NodaTime.LocalTime[]) Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlNodaTimeTypeMappingTest.Array_of_NpgsqlRange_of_LocalDateTime_is_properly_mapped: test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[]) Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
build (windows-2022, 13, Release)
Process completed with exit code 1.