Skip to content

increase resumable timeout, don't wait for full body to be sent on Is… #440

increase resumable timeout, don't wait for full body to be sent on Is…

increase resumable timeout, don't wait for full body to be sent on Is… #440

GitHub Actions / Integration Tests windows-latest failed Sep 1, 2023 in 0s

1 fail, 42 pass in 15m 48s

43 tests  ±0   42 ✔️ +1   15m 48s ⏱️ + 1m 34s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     1  - 1 

Results for commit e249429. ± Comparison against earlier commit 92fb74b.

Annotations

Check warning on line 0 in Testing.SyncReverseProxy.ResumableTests

See this annotation in the file changed.

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

IsAvailable (Testing.SyncReverseProxy.ResumableTests) failed

./testresults\runneradmin_fv-az206-819_2023-09-01_02_45_03.trx [took 11s]
Raw output
System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.
---- System.TimeoutException : A task was canceled.
-------- System.Threading.Tasks.TaskCanceledException : A task was canceled.   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Testing.SyncReverseProxy.ResumableTests.IsAvailable() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\SyncReverseProxy\ResumableTests.cs:line 22
--- End of stack trace from previous location ---
----- Inner Stack Trace -----

----- Inner Stack Trace -----
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.HttpConnectionWaiter`1.WaitForConnectionAsync(Boolean async, CancellationToken requestCancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)

Check notice on line 0 in .github

See this annotation in the file changed.

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

43 tests found

There are 43 tests, see "Raw output" for the full list of tests.
Raw output
Testing.ApiTests.AuthTests ‑ TestGqlVerifyDifferentUsers
Testing.ApiTests.AuthTests ‑ TestLoginAndVerifyDifferentUsers
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.GetProjectDataTests ‑ GetProjectDataViaForm
Testing.SyncReverseProxy.GetProjectDataTests ‑ GetProjectDataViaJson
Testing.SyncReverseProxy.GetProjectDataTests ‑ GetProjectDataWithEmailAddress
Testing.SyncReverseProxy.GetProjectDataTests ‑ TestInvalidPassword
Testing.SyncReverseProxy.GetProjectDataTests ‑ TestInvalidUser
Testing.SyncReverseProxy.ProxyHgRequests ‑ SimpleClone
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGet
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetBadPassword
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 ‑ UnauthorizedUserCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ UnauthorizedUserCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ VerifyHgWorking