Update to .NET 9 #1459
Annotations
21 errors and 1 warning
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests ► SignInAndOut:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_KnownUser:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownUser_EmailIsAttachedToTrnRequest:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownUser_OneLoginUserIsAttachedToTrnRequest:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownUserNotVerified:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownVerifiedUser_DoesNotMatchWithNinoOrTrn:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownVerifiedUser_MatchesWithNino:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownVerifiedUserWithGetAnIdentityAccountAndMatchingDetails_MatchesWithTrn:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownVerifiedUserWithGetAnIdentityAccountWithTrnAssociatedBySupportAndMatchingDetails_MatchesWithTrn:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownVerifiedUserWithGetAnIdentityAccountWithTrnAssociatedByTrnTokenAndMatchingDetails_MatchesWithTrn:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests ► SignIn_UnknownVerifiedUserWithNeitherNinoNorTrn_DoesNotMatch:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az585-428_2024-12-20_15_10_57.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.
|
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests ► Post_ValidRequest_CreatesSupportTicketAndRedirectsToSupportRequestedSubmitted:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/TestResults/_fv-az1200-688_2024-12-20_15_11_08.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.
|
TeachingRecordSystem.SupportUi.EndToEndTests.ApplicationUserTests ► EditApiKey:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/PageExtensions.cs#L442
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/TestResults/_fv-az1022-783_2024-12-20_15_12_10.trx
Error:
System.TimeoutException : Timeout 30000ms exceeded.
=========================== logs ===========================
"NetworkIdle" event fired
============================================================
---- System.TimeoutException : Timeout 30000ms exceeded.
|
TeachingRecordSystem.SupportUi.EndToEndTests.ApplicationUserTests ► EditApplicationUser:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/PageExtensions.cs#L432
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/TestResults/_fv-az1022-783_2024-12-20_15_12_10.trx
Error:
System.TimeoutException : Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "Load"
============================================================
---- System.TimeoutException : Timeout 30000ms exceeded.
|
TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.AddAlert.CheckAnswersTests ► Post_Confirm_CreatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage(populateOptional: False):
TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/CaptureEventObserver.cs#L15
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.trx
Error:
Assert.Collection() Failure: Item comparison failure
↓ (pos 0)
Collection: [AlertCreatedEvent { EventId = b61435a9-233a-4eb4-ae3c-1fbae651b41e, CreatedUtc = 01/04/2021 00:00:00, RaisedBy = TeachingRecordSystem.Core.Events.Models.RaisedByUserInfo, Key = , PersonId = d4bfc0fa-7bd7-4525-8c33-3e5299d6ef4c, Alert = Alert { AlertId = 46eac658-a742-46ef-aeed-446969343840, AlertTypeId = ed0cd700-3fb2-4db0-9403-ba57126090ed, Details = Alert Details, ExternalLink = , StartDate = 12/05/2020, EndDate = , DqtSpent = , DqtSanctionCode = }, AddReason = Another reason, AddReasonDetail = , EvidenceFile = }]
Error: Assert.Equivalent() Failure: Mismatched value on member 'Alert.AlertId.Variant'
Expected: 0
Actual: 10
Stack Trace:
/home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/PageTests/Alerts/AddAlert/CheckAnswersTests.cs(175,0): at TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.AddAlert.CheckAnswersTests.<>c__DisplayClass8_0.<Post_Confirm_CreatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage>b__0(EventBase e)
|
TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.AddAlert.CheckAnswersTests ► Post_Confirm_CreatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage(populateOptional: True):
TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/CaptureEventObserver.cs#L15
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.trx
Error:
Assert.Collection() Failure: Item comparison failure
↓ (pos 0)
Collection: [AlertCreatedEvent { EventId = 149dbfc4-25fb-4354-b1ae-dfc76ded859d, CreatedUtc = 01/04/2021 00:00:00, RaisedBy = TeachingRecordSystem.Core.Events.Models.RaisedByUserInfo, Key = , PersonId = 8ad7fc8b-e99f-4b1b-9078-e9deed1e8b51, Alert = Alert { AlertId = e4457a12-8e43-40bd-8a51-a7bf82f9ae0a, AlertTypeId = ed0cd700-3fb2-4db0-9403-ba57126090ed, Details = Alert Details, ExternalLink = https://www.example.com, StartDate = 12/05/2020, EndDate = , DqtSpent = , DqtSanctionCode = }, AddReason = Another reason, AddReasonDetail = More details, EvidenceFile = File { FileId = 43b78d51-cfe0-4806-a914-e2cccf2a6a54, Name = evidence.jpeg } }]
Error: Assert.Equivalent() Failure: Mismatched value on member 'Alert.AlertId.Variant'
Expected: 0
Actual: 8
Stack Trace:
/home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/PageTests/Alerts/AddAlert/CheckAnswersTests.cs(175,0): at TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.AddAlert.CheckAnswersTests.<>c__DisplayClass8_0.<Post_Confirm_CreatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage>b__0(EventBase e)
|
TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.EditAlert.EndDate.CheckAnswersTests ► Post_Confirm_UpdatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage(populateOptional: False):
TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/CaptureEventObserver.cs#L15
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.trx
Error:
Assert.Collection() Failure: Item comparison failure
↓ (pos 0)
Collection: [AlertUpdatedEvent { EventId = af38de93-9633-4c8f-b179-89b3c0aaf0e1, CreatedUtc = 01/04/2021 00:00:00, RaisedBy = TeachingRecordSystem.Core.Events.Models.RaisedByUserInfo, Key = , PersonId = 4805c62f-094c-438c-b094-28df71608924, Alert = Alert { AlertId = 2576f862-a3e1-49bf-a683-77945bd89a26, AlertTypeId = 2ca98658-1d5b-49d5-b05f-cc08c8b8502c, Details = Impedit eum quibusdam accusantium at ipsam enim et cumque. Aut quia minus vitae. Libero asperiores amet molestias earum enim eum rerum incidunt., ExternalLink = http://www.stracke.ca/facts/applet.rsx, StartDate = 12/05/2020, EndDate = 12/29/2020, DqtSpent = , DqtSanctionCode = }, OldAlert = Alert { AlertId = 2576f862-a3e1-49bf-a683-77945bd89a26, AlertTypeId = 2ca98658-1d5b-49d5-b05f-cc08c8b8502c, Details = Impedit eum quibusdam accusantium at ipsam enim et cumque. Aut quia minus vitae. Libero asperiores amet molestias earum enim eum rerum incidunt., ExternalLink = http://www.stracke.ca/facts/applet.rsx, StartDate = 12/05/2020, EndDate = 01/03/2021, DqtSpent = , DqtSanctionCode = }, ChangeReason = Another reason, ChangeReasonDetail = , EvidenceFile = , Changes = EndDate }]
Error: Assert.Equivalent() Failure: Mismatched value on member 'Alert.AlertId.Variant'
Expected: 11
Actual: 10
Stack Trace:
/home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/PageTests/Alerts/EditAlert/EndDate/CheckAnswersTests.cs(239,0): at TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.EditAlert.EndDate.CheckAnswersTests.<>c__DisplayClass10_0.<Post_Confirm_UpdatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage>b__1(EventBase e)
|
TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.EditAlert.Link.CheckAnswersTests ► Post_Confirm_UpdatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage(populateOptional: False):
TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/CaptureEventObserver.cs#L15
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.trx
Error:
Assert.Collection() Failure: Item comparison failure
↓ (pos 0)
Collection: [AlertUpdatedEvent { EventId = d29b3d05-c57d-46ce-bd5b-7e137e26448a, CreatedUtc = 01/04/2021 00:00:00, RaisedBy = TeachingRecordSystem.Core.Events.Models.RaisedByUserInfo, Key = , PersonId = 0af6fae3-9c9f-451e-befe-f5ef24ef3004, Alert = Alert { AlertId = 8dd98ef8-9dd0-4042-b573-f45817fd08ba, AlertTypeId = 552ee226-a3a9-4dc3-8d04-0b7e4f641b51, Details = Totam voluptatem debitis quia consequatur. Sint quo mollitia quo suscipit ut est voluptatem. Dignissimos facere quaerat neque nisi quibusdam. Voluptatem doloribus odit ut natus nostrum qui quam. Vel esse similique inventore et impedit magni maiores. Iste iusto maiores cum voluptatem pariatur., ExternalLink = , StartDate = 12/05/2020, EndDate = , DqtSpent = , DqtSanctionCode = }, OldAlert = Alert { AlertId = 8dd98ef8-9dd0-4042-b573-f45817fd08ba, AlertTypeId = 552ee226-a3a9-4dc3-8d04-0b7e4f641b51, Details = Totam voluptatem debitis quia consequatur. Sint quo mollitia quo suscipit ut est voluptatem. Dignissimos facere quaerat neque nisi quibusdam. Voluptatem doloribus odit ut natus nostrum qui quam. Vel esse similique inventore et impedit magni maiores. Iste iusto maiores cum voluptatem pariatur., ExternalLink = http://www.nader.com/films/template.jsp, StartDate = 12/05/2020, EndDate = , DqtSpent = , DqtSanctionCode = }, ChangeReason = Another reason, ChangeReasonDetail = , EvidenceFile = , Changes = ExternalLink }]
Error: Assert.Equivalent() Failure: Mismatched value on member 'EventId.Variant'
Expected: 0
Actual: 11
Stack Trace:
/home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/PageTests/Alerts/EditAlert/Link/CheckAnswersTests.cs(231,0): at TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.EditAlert.Link.CheckAnswersTests.<>c__DisplayClass10_0.<Post_Confirm_UpdatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage>b__0(EventBase e)
|
TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.EditAlert.Link.CheckAnswersTests ► Post_Confirm_UpdatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage(populateOptional: True):
TeachingRecordSystem/tests/TeachingRecordSystem.TestCommon/CaptureEventObserver.cs#L15
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.trx
Error:
Assert.Collection() Failure: Item comparison failure
↓ (pos 0)
Collection: [AlertUpdatedEvent { EventId = 9fc0e2f7-f09c-48b4-8b02-51d25788f2cf, CreatedUtc = 01/04/2021 00:00:00, RaisedBy = TeachingRecordSystem.Core.Events.Models.RaisedByUserInfo, Key = , PersonId = 888f5993-5945-4564-9457-12b350a42b46, Alert = Alert { AlertId = e66024b2-b153-4945-89cf-3036c26f8762, AlertTypeId = fcff87d6-88f5-4fc5-ac81-5350b4fdd9e1, Details = Quisquam atque et esse esse dolorum et nam assumenda. Ratione inventore et id et commodi nihil et. Assumenda pariatur deleniti rerum et provident veniam. Deleniti explicabo temporibus ipsum ipsa corrupti velit soluta. Deserunt illum assumenda omnis sit sint sunt., ExternalLink = https://www.example.com, StartDate = 12/05/2020, EndDate = , DqtSpent = , DqtSanctionCode = }, OldAlert = Alert { AlertId = e66024b2-b153-4945-89cf-3036c26f8762, AlertTypeId = fcff87d6-88f5-4fc5-ac81-5350b4fdd9e1, Details = Quisquam atque et esse esse dolorum et nam assumenda. Ratione inventore et id et commodi nihil et. Assumenda pariatur deleniti rerum et provident veniam. Deleniti explicabo temporibus ipsum ipsa corrupti velit soluta. Deserunt illum assumenda omnis sit sint sunt., ExternalLink = , StartDate = 12/05/2020, EndDate = , DqtSpent = , DqtSanctionCode = }, ChangeReason = Another reason, ChangeReasonDetail = More details, EvidenceFile = File { FileId = 87255582-4e30-4d02-b247-f73da876f125, Name = evidence.jpeg }, Changes = ExternalLink }]
Error: Assert.Equivalent() Failure: Mismatched value on member 'EventId.Variant'
Expected: 0
Actual: 8
Stack Trace:
/home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/PageTests/Alerts/EditAlert/Link/CheckAnswersTests.cs(231,0): at TeachingRecordSystem.SupportUi.Tests.PageTests.Alerts.EditAlert.Link.CheckAnswersTests.<>c__DisplayClass10_0.<Post_Confirm_UpdatesAlertCreatesEventCompletesJourneyAndRedirectsWithFlashMessage>b__0(EventBase e)
|
TeachingRecordSystem.SupportUi.Tests.PageTests.ApplicationUsers.EditApplicationUserTests ► Get_ValidRequest_RendersExpectedContent:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.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.
|
TeachingRecordSystem.SupportUi.Tests.PageTests.ApplicationUsers.EditApplicationUserTests ► Post_ValidRequest_UpdatesNameAndRolesAndOneLoginSettingsAndCreatesEventAndRedirectsWithFlashMessage:
TeachingRecordSystem/src/TeachingRecordSystem.Core/Infrastructure/EntityFramework/PopulateOidcApplicationInterceptor.cs#L31
Failed test found in:
TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/TestResults/_fv-az1247-642_2024-12-20_15_11_28.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.
|
Create trs.dbml
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
trs.dbml
|
3.69 KB |
|