Skip to content

Reintroduce the SkipTakeCollapsingExpressionVisitor #94

Reintroduce the SkipTakeCollapsingExpressionVisitor

Reintroduce the SkipTakeCollapsingExpressionVisitor #94

Triggered via pull request December 26, 2023 13:03
Status Success
Total duration 16m 2s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull_request.yml

on: pull_request
Preconditions
11s
Preconditions
Matrix: BuildAndTest
CheckArtifacts
5s
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): src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_07_04.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): src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_07_04.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_07_04.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_07_04.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/EFCore.Jet.FunctionalTests/BatchingTest.cs#L171
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx EFCore.Jet.FunctionalTests/TestResults/ace_2010_oledb_x64_runneradmin_fv-az1388-520_2023-12-26_13_06_28.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_07_04.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_oledb_x64_runneradmin_fv-az1495-832_2023-12-26_13_07_07.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_oledb_x86_runneradmin_fv-az1455-140_2023-12-26_13_08_10.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/EFCore.Jet.FunctionalTests/BatchingTest.cs#L171
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x86_runneradmin_fv-az1495-832_2023-12-26_13_07_11.trx EFCore.Jet.FunctionalTests/TestResults/ace_2010_oledb_x64_runneradmin_fv-az1388-520_2023-12-26_13_06_28.trx EFCore.Jet.FunctionalTests/TestResults/ace_2010_oledb_x86_runneradmin_fv-az1495-832_2023-12-26_13_07_17.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_07_04.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_odbc_x86_runneradmin_fv-az1388-520_2023-12-26_13_14_27.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_oledb_x64_runneradmin_fv-az1495-832_2023-12-26_13_07_07.trx EFCore.Jet.FunctionalTests/TestResults/ace_2016_oledb_x86_runneradmin_fv-az1455-140_2023-12-26_13_08_10.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.BatchingTest ► Inserts_when_database_type_is_different: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.Data.Odbc.OdbcException : ERROR [HY104] [Microsoft][ODBC Microsoft Access Driver]Invalid precision value
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_insert_and_read_back_all_mapped_data_types: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.ArgumentException : No mapping exists from DbType Object to a known OdbcType.
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_insert_and_read_back_all_mapped_data_types_in_batch: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.ArgumentException : No mapping exists from DbType Object to a known OdbcType.
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_insert_and_read_back_all_mapped_data_types_set_to_null: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.ArgumentException : No mapping exists from DbType Object to a known OdbcType.
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_insert_and_read_back_all_mapped_data_types_set_to_null_in_batch: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.ArgumentException : No mapping exists from DbType Object to a known OdbcType.
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_insert_and_read_back_all_mapped_data_types_set_to_null_with_identity: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.ArgumentException : No mapping exists from DbType Object to a known OdbcType.
EntityFrameworkCore.Jet.FunctionalTests.BuiltInDataTypesJetTest ► Can_insert_and_read_back_all_mapped_data_types_set_to_null_with_identity_in_batch: src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs#L178
Failed test found in: EFCore.Jet.FunctionalTests/TestResults/ace_2010_odbc_x64_runneradmin_fv-az521-949_2023-12-26_13_09_37.trx Error: Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- System.ArgumentException : No mapping exists from DbType Object to a known OdbcType.

Artifacts

Produced during runtime
Name Size
green-tests Expired
4.9 MB
test-results Expired
425 MB