Skip to content

Update to .NET 9

Update to .NET 9 #1462

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-az887-452_2024-12-20_16_23_19.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❌ 31s
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests 1⚪ 1ms
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests 13✅ 13s

❌ 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-az887-452_2024-12-20_16_23_19.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