Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to .NET 9 #1762

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Update to .NET 9

feca71c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Update to .NET 9 #1762

Update to .NET 9
feca71c
Select commit
Loading
Failed to load commit list.
GitHub Actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results failed Dec 20, 2024 in 0s

13 passed, 1 failed and 1 skipped

Tests failed

❌ TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az1532-321_2024-12-20_16_27_49.trx

15 tests were completed in 50s with 13 passed, 1 failed and 1 skipped.

Test suite Passed Failed Skipped Time
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests 1❌ 32s
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests 1⚪ 1ms
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests 13✅ 10s

❌ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests

❌ SignInAndOut
	System.TimeoutException : Timeout 30000ms exceeded.
	=========================== logs ===========================
	waiting for navigation until "Load"
	============================================================
	---- System.TimeoutException : Timeout 30000ms exceeded.

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests

⚪ RequestTrn

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests

✅ SignIn_KnownUser
✅ SignIn_UnknownUser_EmailIsAttachedToTrnRequest
✅ SignIn_UnknownUser_OneLoginUserIsAttachedToTrnRequest
✅ SignIn_UnknownUserNotVerified
✅ SignIn_UnknownVerifiedUser_DoesNotMatchWithNinoOrTrn
✅ SignIn_UnknownVerifiedUser_MatchesWithNino
✅ SignIn_UnknownVerifiedUserWithGetAnIdentityAccountAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithGetAnIdentityAccountWithTrnAssociatedBySupportAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithGetAnIdentityAccountWithTrnAssociatedByTrnTokenAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithNeitherNinoNorTrn_DoesNotMatch
✅ SignIn_UnknownVerifiedUserWithoutNino_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithTrnTokenAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithUnmatchedNino_MatchesWithTrn

Annotations

Check failure on line 21 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/OidcTests.cs

See this annotation in the file changed.

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

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests ► SignInAndOut

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az1532-321_2024-12-20_16_27_49.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  =========================== logs ===========================
  waiting for navigation until "Load"
  ============================================================
  ---- System.TimeoutException : Timeout 30000ms exceeded.
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "Load"
============================================================
---- System.TimeoutException : Timeout 30000ms exceeded.
   at Microsoft.Playwright.Core.Waiter.WaitForPromiseAsync[T](Task`1 task, Action dispose) in /_/src/Playwright/Core/Waiter.cs:line 228
   at Microsoft.Playwright.Core.Frame.WaitForNavigationInternalAsync(Waiter waiter, String url, Func`2 urlFunc, Regex urlRegex, String urlString, Nullable`1 waitUntil) in /_/src/Playwright/Core/Frame.cs:line 305
   at Microsoft.Playwright.Core.Frame.RunAndWaitForNavigationAsync(Func`1 action, FrameRunAndWaitForNavigationOptions options) in /_/src/Playwright/Core/Frame.cs:line 273
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests.SignInAndOut() in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/OidcTests.cs:line 21
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests.SignInAndOut() in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/OidcTests.cs:line 35
----- Inner Stack Trace -----
   at Microsoft.Playwright.Helpers.TaskHelper.<>c__DisplayClass2_0.<WithTimeout>b__0() in /_/src/Playwright/Helpers/TaskHelper.cs:line 73
   at Microsoft.Playwright.Helpers.TaskHelper.WithTimeout(Task task, Func`1 timeoutAction, TimeSpan timeout, CancellationToken cancellationToken) in /_/src/Playwright/Helpers/TaskHelper.cs:line 109
   at Microsoft.Playwright.Core.Waiter.WaitForPromiseAsync[T](Task`1 task, Action dispose) in /_/src/Playwright/Core/Waiter.cs:line 220