Skip to content

Fix password protecting traces on Windows

Sign in for the full log view
GitHub Actions / Integration Tests windows-latest failed Oct 17, 2023 in 0s

1 fail, 48 pass in 23m 41s

49 tests   48 ✔️  23m 41s ⏱️
  1 suites    0 💤
  1 files      1

Results for commit 219ceea.

Annotations

Check warning on line 0 in Testing.Browser.UserPageTest

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

CanUpdateAccountInfo (Testing.Browser.UserPageTest) failed

./test-results\runneradmin_fv-az369-231_2023-10-17_07_48_05.trx [took 33s]
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
---- 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 188
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.Page.BasePage`1.Goto() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 32
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 99
   at Testing.Browser.UserPageTest.CanUpdateAccountInfo() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\UserPageTest.cs:line 17
--- End of stack trace from previous location ---
----- 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 113
   at Microsoft.Playwright.Core.Waiter.WaitForPromiseAsync[T](Task`1 task, Action dispose) in /_/src/Playwright/Core/Waiter.cs:line 228

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

49 tests found

There are 49 tests, see "Raw output" for the full list of tests.
Raw output
Testing.ApiTests.AuthTests ‑ TestGqlVerifyDifferentUsers
Testing.ApiTests.AuthTests ‑ TestLoginAndVerifyDifferentUsers
Testing.ApiTests.InvalidRouteTests ‑ ApiBasePathRequestsShouldBeServedByDotnetForAuthenticated
Testing.ApiTests.InvalidRouteTests ‑ ApiPathRequestsShouldBeServedByDotnetForAnonymous
Testing.ApiTests.NewProjectRaceCondition ‑ CanCreateMultipleProjectsAndQueryThemRightAway
Testing.Browser.AdminPageTest ‑ CanNavigateToProjectPage
Testing.Browser.EmailWorkflowTests ‑ ForgotPassword
Testing.Browser.EmailWorkflowTests ‑ RegisterVerifyUpdateVerifyEmailAdress
Testing.Browser.LoginPageTests ‑ CanLogin
Testing.Browser.LoginPageTests ‑ CanLoginAfterError
Testing.Browser.LoginPageTests ‑ ShowErrorWithoutUsername
Testing.Browser.ManagerPageTest ‑ DisplayDashboardThenProjectPage
Testing.Browser.UserPageTest ‑ CanResetPassword
Testing.Browser.UserPageTest ‑ CanUpdateAccountInfo
Testing.Browser.UserPageTest ‑ DisplaysFormErrorsOnInvalidData
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataViaForm
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataViaJson
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataWithEmailAddress
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ TestInvalidPassword
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ TestInvalidUser
Testing.SyncReverseProxy.ProxyHgRequests ‑ SimpleClone
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGet
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetBadPassword
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetPrefixHg
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetWithJwtInBasicAuth
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestNoAuthResponse
Testing.SyncReverseProxy.ResumableTests ‑ IsAvailable
Testing.SyncReverseProxy.ResumableTests ‑ WithBadNotValidProject
Testing.SyncReverseProxy.ResumableTests ‑ WithBadPassword
Testing.SyncReverseProxy.ResumableTests ‑ WithBadUser
Testing.SyncReverseProxy.ResumableTests ‑ WithUnauthorizedUser
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceive(hgProtocol: Hgweb, user: "admin")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceive(hgProtocol: Hgweb, user: "manager")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceive(hgProtocol: Resumable, user: "admin")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceive(hgProtocol: Resumable, user: "manager")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CloneBigProject
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnSendReceiveHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnSendReceiveHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidProjectAdminLogin
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidProjectManagerLogin
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidUserCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidUserCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ ModifyProjectData
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ SendNewProject
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ UnauthorizedUserCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ UnauthorizedUserCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ VerifyHgWorking