Bump AutoMapper from 13.0.1 to 15.1.0#2795
Closed
dependabot[bot] wants to merge 1 commit into
Closed
GitHub Actions / Core.LegacyTests test results
failed
Nov 18, 2025 in 0s
760 passed, 1 failed and 0 skipped
❌ TeachingRecordSystem/tests/TeachingRecordSystem.Core.LegacyTests/TestResults/_runnervmfxdz0_2025-11-18_13_20_14.trx
761 tests were completed in 69s with 760 passed, 1 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| TeachingRecordSystem.Core.Tests.ApiSchema.V20250804.WebhookData.AlertCreatedNotificationMapperTests | 2✅ | 1s | ||
| TeachingRecordSystem.Core.Tests.ApiSchema.V20250804.WebhookData.AlertDeletedNotificationMapperTests | 2✅ | 1s | ||
| TeachingRecordSystem.Core.Tests.ApiSchema.V20250804.WebhookData.AlertUpdatedNotificationMapperTests | 3✅ | 2s | ||
| TeachingRecordSystem.Core.Tests.DataStore.Postgres.Models.MandatoryQualificationProviderTests | 40✅ | 91ms | ||
| TeachingRecordSystem.Core.Tests.DataStore.Postgres.Models.PersonTests | 86✅ | 165ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.AllocateTrnsToOverseasNpqApplicantsJobTests | 14✅ | 511ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.BatchSendInductionCompletedEmailsJobTests | 1✅ | 277ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.CapitaExportAmendJobTests | 13✅ | 445ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.CapitaExportNewJobTests | 25✅ | 1❌ | 830ms | |
| TeachingRecordSystem.Core.Tests.Jobs.CapitaImportJobTests | 38✅ | 1s | ||
| TeachingRecordSystem.Core.Tests.Jobs.DeletePersonAndChildRecordsWithoutATrnJobTests | 23✅ | 6s | ||
| TeachingRecordSystem.Core.Tests.Jobs.DeleteStaleJourneyStatesJobTests | 1✅ | 187ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.EwcWalesImportJobTests | 35✅ | 2s | ||
| TeachingRecordSystem.Core.Tests.Jobs.InductionImporterTests | 22✅ | 470ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.QtsImporterTests | 20✅ | 607ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.RefreshTrainingProvidersJobTests | 3✅ | 55ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.SendAytqInviteEmailJobTests | 1✅ | 150ms | ||
| TeachingRecordSystem.Core.Tests.Jobs.SendInductionCompletedEmailJobTests | 1✅ | 57ms | ||
| TeachingRecordSystem.Core.Tests.Services.Establishments.Gias.EstablishmentRefresherTests | 2✅ | 1s | ||
| TeachingRecordSystem.Core.Tests.Services.Establishments.Tps.TpsEstablishmentRefresherTests | 10✅ | 190ms | ||
| TeachingRecordSystem.Core.Tests.Services.PersonMatching.PersonMatchingServiceTests | 362✅ | 12s | ||
| TeachingRecordSystem.Core.Tests.Services.SupportTasks.SupportTaskServiceTests | 2✅ | 89ms | ||
| TeachingRecordSystem.Core.Tests.Services.Webhooks.WebhookDeliveryServiceTests | 6✅ | 2s | ||
| TeachingRecordSystem.Core.Tests.Services.Webhooks.WebhookSenderTests | 1✅ | 486ms | ||
| TeachingRecordSystem.Core.Tests.Services.WorkforceData.TpsCsvExtractFileImporterTests | 29✅ | 234ms | ||
| TeachingRecordSystem.Core.Tests.Services.WorkforceData.TpsCsvExtractProcessorTests | 17✅ | 762ms | ||
| TeachingRecordSystem.Core.Tests.Services.WorkforceData.WorkforceDataExporterTests | 1✅ | 177ms |
❌ TeachingRecordSystem.Core.Tests.Jobs.CapitaExportNewJobTests
✅ Execute_MultipleNewRecordsMultiplePreviousNames_ReturnsExpectedContent
✅ Execute_NewRecordWithNoPreviousName_ReturnsExpectedContent
✅ Execute_NewRecordWithPreviousName_ReturnsExpectedContent
✅ Execute_WithNoNewRecords_ReturnsExpectedContent
✅ GetFileName_ReturnsExpectedFileName
✅ GetNewPersonAsStringRow_LastNameLengths_ReturnsExpectedContent(lastName: "lastName")
✅ GetNewPersonAsStringRow_LastNameLengths_ReturnsExpectedContent(lastName: "superduperlonglengthlastname")
✅ GetNewPersonAsStringRow_ValidPersonWithGender_ReturnsExpectedContent(gender: Female, expectedGenderCode: "2")
✅ GetNewPersonAsStringRow_ValidPersonWithGender_ReturnsExpectedContent(gender: Male, expectedGenderCode: "1")
✅ GetNewPersonAsStringRow_ValidPersonWithGender_ReturnsExpectedContent(gender: NotAvailable, expectedGenderCode: " ")
✅ GetNewPersonAsStringRow_ValidPersonWithGender_ReturnsExpectedContent(gender: Other, expectedGenderCode: " ")
✅ GetNewPersonAsStringRow_ValidPersonWithoutDateOfBirth_ReturnsExpectedContent
✅ GetNewPersonAsStringRow_ValidPersonWithoutMiddleName_ReturnsExpectedContent
✅ GetNewPersonAsStringRow_ValidPersonWithoutMiddleName_ReturnsExpectedTrimmedMiddleName
✅ GetNewPersonAsStringRow_ValidPersonWithPreviousName_ReturnsExpectedContent(gender: Female, expectedGenderCode: "2")
✅ GetNewPersonAsStringRow_ValidPersonWithPreviousName_ReturnsExpectedContent(gender: Male, expectedGenderCode: "1")
✅ GetNewPersons_CreatedAferLastRunDateWithoutTrn_ReturnsExpectedRecords
✅ GetNewPersons_CreatedAfterLastRunDate_ReturnsExpectedRecords
✅ GetNewPersons_NoRecordsCreatedAfterLastRunDate_ReturnsExpectedRecords
✅ GetNewPersons_WithNoneValidGenders_ReturnsExpectedRecords(gender: NotAvailable)
✅ GetNewPersons_WithNoneValidGenders_ReturnsExpectedRecords(gender: Other)
✅ GetNewPersonWithPreviousLastNameAsStringRow_WithLastNameExceedingMaxLength_ReturnsExpectedContent
❌ GetNewPersonWithPreviousLastNameAsStringRow_WithMultipleLastNameChanges_ReturnsExpectedContent
Assert.Equal() Failure: Strings differ
↓ (pos 17)
Expected: "8000342 Pagac "···
Actual: "8000342 Metz "···
↑ (pos 17)
✅ GetNewPersonWithPreviousLastNameAsStringRow_WithoutGender_ReturnsExpectedContent
✅ GetNewPersonWithPreviousLastNameAsStringRow_WithValidPreviousName_ReturnsExpectedContent(gender: Female)
✅ GetNewPersonWithPreviousLastNameAsStringRow_WithValidPreviousName_ReturnsExpectedContent(gender: Male)
Annotations
github-actions / Core.LegacyTests test results
TeachingRecordSystem.Core.Tests.Jobs.CapitaExportNewJobTests ► GetNewPersonWithPreviousLastNameAsStringRow_WithMultipleLastNameChanges_ReturnsExpectedContent
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.Core.LegacyTests/TestResults/_runnervmfxdz0_2025-11-18_13_20_14.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 17)
Expected: "8000342 Pagac "···
Actual: "8000342 Metz "···
↑ (pos 17)
Raw output
Assert.Equal() Failure: Strings differ
↓ (pos 17)
Expected: "8000342 Pagac "···
Actual: "8000342 Metz "···
↑ (pos 17)
at TeachingRecordSystem.Core.Tests.Jobs.CapitaExportNewJobTests.GetNewPersonWithPreviousLastNameAsStringRow_WithMultipleLastNameChanges_ReturnsExpectedContent() in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.Core.LegacyTests/Jobs/CapitaExportNewJobTests.cs:line 578
at TeachingRecordSystem.Core.Tests.Jobs.CapitaExportNewJobTests.GetNewPersonWithPreviousLastNameAsStringRow_WithMultipleLastNameChanges_ReturnsExpectedContent() in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.Core.LegacyTests/Jobs/CapitaExportNewJobTests.cs:line 579
Loading