Skip to content

Update to .NET 9

Update to .NET 9 #1448

GitHub Actions / TeachingRecordSystem.AuthorizeAccess.Tests test results failed Dec 19, 2024 in 0s

204 passed, 1 failed and 0 skipped

Tests failed

❌ TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/TestResults/_fv-az1208-533_2024-12-19_16_23_17.trx

205 tests were completed in 30s with 204 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests 11✅ 1❌ 13s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ConnectTests 8✅ 10s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.FoundTests 4✅ 10s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NationalInsuranceNumberTests 14✅ 14s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotFoundTests 7✅ 9s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotVerifiedTests 4✅ 7s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.AddressTests 15✅ 7s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.CheckAnswersTests 24✅ 8s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.DateOfBirthTests 8✅ 6s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.EmailInUseTests 2✅ 6s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.EmailTests 8✅ 10s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.IdentityTests 8✅ 5s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.IndexTests 2✅ 2s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NameTests 7✅ 5s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NationalInsuranceNumberTests 10✅ 4s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NotEligibleTests 5✅ 4s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NpqCheckTests 7✅ 4s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.PreviousNameTests 8✅ 4s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.SubmittedTests 2✅ 2s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.SupportRequestSubmittedTests 7✅ 9s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.TrnTests 16✅ 13s
TeachingRecordSystem.AuthorizeAccess.Tests.SignInJourneyHelperTests 27✅ 24s

❌ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NationalInsuranceNumberNotSpecified_RedirectsToNationalInsuranceNumberPage
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Get_TrnNotSpecified_RedirectsToTrnPage
✅ Get_ValidRequest_RendersExpectedContent
✅ Post_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Post_NationalInsuranceNumberNotSpecified_RedirectsToNationalInsuranceNumberPage
✅ Post_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Post_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Post_TrnNotSpecified_RedirectsToTrnPage
❌ Post_ValidRequest_CreatesSupportTicketAndRedirectsToSupportRequestedSubmitted
	System.InvalidOperationException : The instance of entity type 'OpenIddictEntityFrameworkCoreApplication<Guid>' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ConnectTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Get_ValidRequest_RendersExpectedContent
✅ Post_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Post_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Post_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Post_ValidRequest_RedirectsToStartOfMatchingJourney

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.FoundTests

✅ Get_NotFullyAuthenticated_RedirectsToStartOfMatchingJourney
✅ Get_ValidRequest_RendersExpectedContent
✅ Post_NotAuthenticated_RedirectsToStartOfMatchingJourney
✅ Post_ValidRequest_RedirectsToStateRedirectUri

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NationalInsuranceNumberTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: False)
✅ Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: True)
✅ Post_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Post_EmptyNationalInsuranceNumber_RendersError
✅ Post_HaveNationalInsuranceNumberNotAnswered_RendersError
✅ Post_HaveNationalInsuranceNumberNotSpecified_UpdatesStateAndRedirectsToTrnPage
✅ Post_InvalidNationalInsuranceNumber_RendersError
✅ Post_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Post_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Post_ValidNationalInsuranceNumberAndLookupSucceeded_UpdatesStateUpdatesOneLoginUserCompletesAuthenticationAndRedirectsToFoundPage
✅ Post_ValidNationalInsuranceNumberButLookupFailed_UpdatesStateAndRedirectsToTrnPage

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotFoundTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NationalInsuranceNumberNotSpecified_RedirectsToNationalInsuranceNumberPage
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Get_TrnNotSpecified_RedirectsToTrnPage
✅ Get_ValidRequest_RendersExpectedContent
✅ Post_ValidRequest_RedirectsToCheckAnswersPage

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotVerifiedTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_ValidRequest_ReturnsExpectedContent
✅ Get_VerifiedWithOneLogin_ReturnsBadRequest

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.AddressTests

✅ Get_HasNationalInsuranceNumberMissingFromState_RedirectsToNationalInsuranceNumber
✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_AddressLinesTooManyCharacters_ReturnsError(overflowAddressLineType: AddressLine1, errorMessage: "Address line 1 must be 200 characters or less")
✅ Post_AddressLinesTooManyCharacters_ReturnsError(overflowAddressLineType: AddressLine2, errorMessage: "Address line 2 must be 200 characters or less")
✅ Post_AddressLinesTooManyCharacters_ReturnsError(overflowAddressLineType: Country, errorMessage: "Country must be 200 characters or less")
✅ Post_AddressLinesTooManyCharacters_ReturnsError(overflowAddressLineType: PostalCode, errorMessage: "Postal code must be 50 characters or less")
✅ Post_AddressLinesTooManyCharacters_ReturnsError(overflowAddressLineType: TownOrCity, errorMessage: "Town or city must be 200 characters or less")
✅ Post_EmptyMandatoryAddressLine_ReturnsError(emptyAddressLineType: AddressLine1, errorMessage: "Enter address line 1")
✅ Post_EmptyMandatoryAddressLine_ReturnsError(emptyAddressLineType: Country, errorMessage: "Enter country")
✅ Post_EmptyMandatoryAddressLine_ReturnsError(emptyAddressLineType: PostalCode, errorMessage: "Enter postal code")
✅ Post_EmptyMandatoryAddressLine_ReturnsError(emptyAddressLineType: TownOrCity, errorMessage: "Enter town or city")
✅ Post_HasNationalInsuranceNumberMissingFromState_RedirectsToNationalInsuranceNumber
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.CheckAnswersTests

✅ Get_HasDateOfBirthMissingFromState_RedirectsToDateOfBirth
✅ Get_HasEmailMissingFromState_RedirectsToEmail
✅ Get_HasEvidenceFileIdMissingFromState_RedirectsToIdentity
✅ Get_HasHasNationalInsuranceNumberMissingFromState_RedirectsToNationalInsuranceNumber
✅ Get_HasHasPreviousNameMissingFromState_RedirectsToPreviousName
✅ Get_HasNameMissingFromState_RedirectsToName
✅ Get_HasNationalInsuranceNumberFalseAndAddressLine1MissingFromState_RedirectsToAddress
✅ Get_HasNationalInsuranceNumberTrueAndNationalInsuranceNumberMissingFromState_RedirectsToNationalInsuranceNumber
✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_HasPreviousNameMissingFromState_RedirectsToPreviousName
✅ Get_ValidRequest_PopulatesModelFromJourneyState(hasNationalInsuranceNumber: False)
✅ Get_ValidRequest_PopulatesModelFromJourneyState(hasNationalInsuranceNumber: True)
✅ Post_HasDateOfBirthMissingFromState_RedirectsToDateOfBirth
✅ Post_HasEmailMissingFromState_RedirectsToEmail
✅ Post_HasEvidenceFileIdMissingFromState_RedirectsToIdentity
✅ Post_HasHasNationalInsuranceNumberMissingFromState_RedirectsToNationalInsuranceNumber
✅ Post_HasHasPreviousNameMissingFromState_RedirectsToPreviousName
✅ Post_HasNameMissingFromState_RedirectsToName
✅ Post_HasNationalInsuranceNumberFalseAndAddressLine1MissingFromState_RedirectsToAddress
✅ Post_HasNationalInsuranceNumberTrueAndNationalInsuranceNumberMissingFromState_RedirectsToNationalInsuranceNumber
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_HasPreviousNameMissingFromState_RedirectsToPreviousName
✅ Post_ValidRequest_UpdatesStateAndAndRedirectsToSubmitted(hasNationalInsuranceNumber: False)
✅ Post_ValidRequest_UpdatesStateAndAndRedirectsToSubmitted(hasNationalInsuranceNumber: True)

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.DateOfBirthTests

✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_HasPreviousNameMissingFromState_RedirectsToPreviousName
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_HasPreviousNameMissingFromState_RedirectsToPreviousName
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage
✅ Post_WhenDateOfBirthIsInTheFuture_ReturnsError
✅ Post_WhenNoDateOfBirthIsEntered_ReturnsError

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.EmailInUseTests

✅ Get_WithEmailAddress_RendersExpectedContent
✅ Get_WithoutEmailAddress_RedirectsToEmail

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.EmailTests

✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ValidRequest_RendersExpectedContent
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_EmptyEmailAddressEntered_ReturnsError
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_InvalidFormatEmailAddress_ReturnsError
✅ Post_RequestForEmailWithOpenTasks_RedirectsToEmailInUse
✅ Post_ValidRequestWithValidData_RedirectsToNamePage

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.IdentityTests

✅ Get_DateOfBirthMissingFromState_RedirectsToDateOfBirth
✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_DateOfBirthMissingFromState_RedirectsToDateOfBirth
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage
✅ Post_WhenEvidenceFileIsInvalidType_ReturnsError
✅ Post_WhenNoEvidenceFileIsSelected_ReturnsError

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.IndexTests

✅ Get_MissingAccessToken_ReturnsBadRequest
✅ Get_ValidRequest_RendersExpectedContent

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NameTests

✅ Get_EmailMissingFromState_RedirectsToEmail
✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_EmailMissingFromState_RedirectsToEmail
✅ Post_EmptyNameEntered_ReturnsError
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NationalInsuranceNumberTests

✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ProofOfIdentityMissingFromState_RedirectsToIdentity
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_ProofOfIdentityMissingFromState_RedirectsToIdentity
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage(hasNationalInsuranceNumber: False)
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage(hasNationalInsuranceNumber: True)
✅ Post_WhenHasNationalInsuranceNumberHasNoSelection_ReturnsError
✅ Post_WhenHasNationalInsuranceNumberIsTrueAndNationalInsuranceNumberIsEmpty_ReturnsError
✅ Post_WhenHasNationalInsuranceNumberIsTrueAndNationalInsuranceNumberIsInvalid_ReturnsError

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NotEligibleTests

✅ Get_HasIsPlanningToTakeAnNpqMissingFromState_RedirectsToNpqCheck
✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ValidRequest_RendersExpectedContent
✅ Post_HasIsPlanningToTakeAnNpqMissingFromState_RedirectsToNpqCheck
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.NpqCheckTests

✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_ValidRequest_RendersExpectedContent
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_ValidRequest_UpdatesJourneyStateAndRedirects(isPlanningToTakeAnNpq: "false")
✅ Post_ValidRequest_UpdatesJourneyStateAndRedirects(isPlanningToTakeAnNpq: "true")
✅ Post_WhenIsPlanningToTakeAnNpqHasNoSelection_ReturnsError

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.PreviousNameTests

✅ Get_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Get_NameMissingFromState_RedirectsToName
✅ Get_ValidRequestWithPopulatedDataInJourneyState_PopulatesModelFromJourneyState
✅ Post_HasPendingTrnRequestSetTrue_RedirectsToSubmitted
✅ Post_NameMissingFromState_RedirectsToName
✅ Post_ValidRequest_UpdatesStateAndRedirectsToNextPage
✅ Post_WhenHasPreviousNameHasNoSelection_ReturnsError
✅ Post_WhenHasPreviousNameIsTrueAndPreviousNameIsEmpty_ReturnsError

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.RequestTrn.SubmittedTests

✅ Get_HasPendingTrnRequestMissingFromState_RedirectsToCheckAnswers
✅ Get_ValidRequest_ReturnsOK

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.SupportRequestSubmittedTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NationalInsuranceNumberNotSpecified_RedirectsToNationalInsuranceNumberPage
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Get_SupportTicketNotCreated_RedirectsToCheckAnswersPage
✅ Get_TrnNotSpecified_RedirectsToTrnPage
✅ Get_ValidRequest_ReturnsExpectedContent

✅ TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.TrnTests

✅ Get_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Get_NationalInsuranceNumberNotSpecified_RedirectsToNationalInsuranceNumberPage
✅ Get_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Get_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: False)
✅ Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: True)
✅ Post_AlreadyAuthenticated_RedirectsToStateRedirectUri
✅ Post_EmptyTrn_RendersError
✅ Post_HaveTrnNotAnswered_RendersError
✅ Post_InvalidTrn_RendersError
✅ Post_NationalInsuranceNumberNotSpecified_RedirectsToNationalInsuranceNumberPage
✅ Post_NotAuthenticatedWithOneLogin_ReturnsBadRequest
✅ Post_NoTrnSpecified_UpdatesStateAndRedirectsToNotFoundPage
✅ Post_NotVerifiedWithOneLogin_ReturnsBadRequest
✅ Post_ValidTrnAndLookupSucceeded_UpdatesStateUpdatesOneLoginUserCompletesAuthenticationAndRedirectsToFoundPage
✅ Post_ValidTrnButLookupFailed_UpdatesStateAndRedirectsToNotFoundPage

✅ TeachingRecordSystem.AuthorizeAccess.Tests.SignInJourneyHelperTests

✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationFailed_RedirectsToErrorPage
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceeded_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndIdentityUserTrnMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndIdentityUserWithTrnAssociatedBySupportMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndIdentityUserWithTrnAssociatedByTrnTokenMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndTrnTokenMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButIdentityUserHasTrnVerificationLevelLow_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromIdentityUserTrnDoesNotMatchDateOfBirth_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromIdentityUserTrnDoesNotMatchLastName_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromTrnTokenDoesNotMatchDateOfBirth_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromTrnTokenDoesNotMatchLastName_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButTrnTokenDoesNotExist_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButTrnTokenHasAlreadyBeenUsed_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButTrnTokenHasExpired_RedirectsToStartOfMatchingJourney
✅ OnOneLoginCallback_AuthenticationOnly_NewUserWithPendingTrnRequestMatchedOnEmail_RequestsIdentityVerification
✅ OnOneLoginCallback_AuthenticationOnly_NewUserWithPendingTrnRequestMatchedOnOneLoginUserSubject_RequestsIdentityVerification
✅ OnOneLoginCallback_AuthenticationOnly_NewUserWithResolvedTrnRequestMatchedOnEmail_SetsUserVerifiedAssignsTrnAndCompletesJourney
✅ OnOneLoginCallback_AuthenticationOnly_NewUserWithResolvedTrnRequestMatchedOnOneLoginUserSubject_SetsUserVerifiedAssignsTrnAndCompletesJourney
✅ OnOneLoginCallback_AuthenticationOnly_NewUserWithTrnRequestMatchedOnEmailWithoutIdentityVerified_RequestsIdentityVerification
✅ OnOneLoginCallback_AuthenticationOnly_NewUserWithTrnRequestMatchedOnOneLoginUserSubjectWithoutIdentityVerified_RequestsIdentityVerification
✅ OnOneLoginCallback_AuthenticationOnly_UserAlreadyExistsAndTeachingRecordKnown_CompletesJourney
✅ OnOneLoginCallback_AuthenticationOnly_UserAlreadyExistsButTeachingNotRecordKnown_RequestsIdentityVerification
✅ OnOneLoginCallback_AuthenticationOnly_UserAlreadyExistsWithSubjectOnlyAndTeachingRecordKnown_AssignsEmailAndSignInFieldsAndCompletesJourney
✅ OnOneLoginCallback_AuthenticationOnly_UserDoesNotExist_RequestsIdentityVerification
✅ TryMatchToTeachingRecord_Matches_ReturnsTrueAndUpdatesOneLoginUserAssignsAuthenticationTicket
✅ TryMatchToTeachingRecord_MatchesWithoutTrn_ReturnsFalseAndDoesNotSetAuthenticationTicket
✅ TryMatchToTeachingRecord_MatchesZeroResults_ReturnsFalseAndDoesNotSetAuthenticationTicket

Annotations

Check failure on line 31 in TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.Tests test results

TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests ► Post_ValidRequest_CreatesSupportTicketAndRedirectsToSupportRequestedSubmitted

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/TestResults/_fv-az1208-533_2024-12-19_16_23_17.trx
Error:
  System.InvalidOperationException : The instance of entity type 'OpenIddictEntityFrameworkCoreApplication<Guid>' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
Raw output
System.InvalidOperationException : The instance of entity type 'OpenIddictEntityFrameworkCoreApplication<Guid>' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.ThrowIdentityConflict(InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry, Boolean updateDuplicate)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.StartTracking(InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry.SetEntityState(EntityState oldState, EntityState newState, Boolean acceptChanges, Boolean modifyProperties)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry.SetEntityState(EntityState entityState, Boolean acceptChanges, Boolean modifyProperties, Nullable`1 forceStateWhenUnknownKey, Nullable`1 fallbackState)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.PaintAction(EntityEntryGraphNode`1 node)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityEntryGraphIterator.TraverseGraph[TState](EntityEntryGraphNode`1 node, Func`2 handleNode)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.AttachGraph(InternalEntityEntry rootEntry, EntityState targetState, EntityState storeGeneratedWithKeySetTargetState, Boolean forceStateWhenUnknownKey)
   at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.SetEntityState(InternalEntityEntry entry, EntityState entityState)
   at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.Attach(TEntity entity)
   at TeachingRecordSystem.Core.Infrastructure.EntityFramework.PopulateOidcApplicationInterceptor.SavingChangesAsync(DbContextEventData eventData, InterceptionResult`1 result, CancellationToken cancellationToken) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs:line 31
   at Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator.CompositeSaveChangesInterceptor.SavingChangesAsync(DbContextEventData eventData, InterceptionResult`1 result, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at TeachingRecordSystem.TestCommon.TestData.<>c__DisplayClass3_0.<<CreateApplicationUserAsync>b__0>d.MoveNext() in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/TestData.CreateApplicationUser.cs:line 69
--- End of stack trace from previous location ---
   at TeachingRecordSystem.TestCommon.TestData.WithDbContextAsync[T](Func`2 action) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/TestData.cs:line 284
   at TeachingRecordSystem.TestCommon.TestData.CreateApplicationUserAsync(String name, String[] apiRoles, Nullable`1 isOidcClient) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/TestData.CreateApplicationUser.cs:line 13
   at TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests.Post_ValidRequest_CreatesSupportTicketAndRedirectsToSupportRequestedSubmitted() in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/PageTests/CheckAnswersTests.cs:line 261