Skip to content

Better support for byte arrays #162

Better support for byte arrays

Better support for byte arrays #162

Triggered via pull request March 11, 2024 10:30
Status Success
Total duration 19m 29s
Artifacts 2

pull_request.yml

on: pull_request
Preconditions
9s
Preconditions
Matrix: BuildAndTest
MergeArtifacts
14s
MergeArtifacts
CheckArtifacts
7s
CheckArtifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors
EntityFrameworkCore.Jet.FunctionalTests.BatchingTest ► Inserts_are_batched_correctly(clientPk: False, clientFk: False, clientOrder: False): test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22018] [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
EntityFrameworkCore.Jet.FunctionalTests.BatchingTest ► Inserts_are_batched_correctly(clientPk: False, clientFk: False, clientOrder: True): test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22018] [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
EntityFrameworkCore.Jet.FunctionalTests.BatchingTest ► Inserts_are_batched_only_when_necessary(minBatchSize: 3): test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Assert.Contains() Failure Not found: Executing 3 update commands as a batch. In value: SelectListIterator<ValueTuple<LogLevel, EventId, String, Object, Exception>, String> ["SaveChanges starting for 'BloggingContext'.", "Creating DbCommand for 'ExecuteReader'.", "Created DbCommand for 'ExecuteReader' (0ms).", "Initialized DbCommand for 'ExecuteReader' (0ms).", "Closing data reader to '' on server 'BatchingTest."..., ...]
EntityFrameworkCore.Jet.FunctionalTests.BatchingTest ► Inserts_are_batched_only_when_necessary(minBatchSize: 4): test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Assert.Contains() Failure Not found: Executing update commands individually as the number of batchable commands (3) is smaller than the minimum batch size (4). In value: SelectListIterator<ValueTuple<LogLevel, EventId, String, Object, Exception>, String> ["SaveChanges starting for 'BloggingContext'.", "Creating DbCommand for 'ExecuteReader'.", "Created DbCommand for 'ExecuteReader' (0ms).", "Initialized DbCommand for 'ExecuteReader' (0ms).", "Closing data reader to '' on server 'BatchingTest."..., ...]
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_query_using_any_data_type: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][ODBC Microsoft Access Driver]Datetime field overflow
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_query_using_any_data_type_nullable_shadow: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][ODBC Microsoft Access Driver]Datetime field overflow
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_query_using_any_data_type_shadow: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][ODBC Microsoft Access Driver]Datetime field overflow
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_query_using_any_mapped_data_type: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][ODBC Microsoft Access Driver]Datetime field overflow
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_query_using_any_nullable_data_type: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][ODBC Microsoft Access Driver]Datetime field overflow
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_query_using_any_nullable_data_type_as_literal: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][ODBC Microsoft Access Driver]Datetime field overflow
EntityFrameworkCore.Jet.FunctionalTests.ComputedColumnTest ► Can_use_computed_columns: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx#L0
Failed test found in: test-results/EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az1212-974_2024-03-11_10_40_22.trx Error: System.NotSupportedException : SQL generation for the operation 'ColumnOperation' is not supported by the current database provider. Database providers must implement the appropriate method in 'MigrationsSqlGenerator' to support this operation.

Artifacts

Produced during runtime
Name Size
green-tests Expired
131 KB
test-results Expired
26.4 MB