Skip to content

Read and write audit blobs in parallel #1521

Read and write audit blobs in parallel

Read and write audit blobs in parallel #1521

GitHub Actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results failed Dec 30, 2024 in 1s

13 passed, 1 failed and 1 skipped

Tests failed

❌ TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az532-529_2024-12-30_16_50_35.trx

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

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

❌ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests

❌ SignInAndOut
	System.TimeoutException : Timeout 30000ms exceeded.
	=========================== logs ===========================
	  "NetworkIdle" event fired
	============================================================
	---- 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-az532-529_2024-12-30_16_50_35.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  =========================== logs ===========================
    "NetworkIdle" event fired
  ============================================================
  ---- System.TimeoutException : Timeout 30000ms exceeded.
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
=========================== logs ===========================
  "NetworkIdle" event fired
============================================================
---- 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.WaitForLoadStateAsync(Nullable`1 state, FrameWaitForLoadStateOptions options) in /_/src/Playwright/Core/Frame.cs:line 234
   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