Skip to content

fix bug where tokens generated from LexAuthService would contain 2 au…

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

1 fail, 56 pass in 15m 52s

57 tests  ±0   56 ✔️ +1   15m 52s ⏱️ + 2m 21s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     1  - 1 

Results for commit 319af51. ± Comparison against earlier commit 27ca67b.

Annotations

Check warning on line 0 in Testing.SyncReverseProxy.LegacyProjectApiTests

See this annotation in the file changed.

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

GetProjectDataWithEmailAddress (Testing.SyncReverseProxy.LegacyProjectApiTests) failed

./test-results/_fv-az254-531_2023-10-24_14_27_39.trx [took 15s]
Raw output
System.Net.Http.HttpRequestException : An error occurred while sending the request.
---- System.IO.IOException : The response ended prematurely.   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   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)
   at Testing.SyncReverseProxy.LegacyProjectApiTests.GetProjectDataWithEmailAddress() in /home/runner/work/languageforge-lexbox/languageforge-lexbox/backend/Testing/SyncReverseProxy/LegacyProjectApiTests.cs:line 66
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)