Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Base64Url in WebEncoders #56959

Merged
merged 3 commits into from
Jul 26, 2024

Add back Base64 support to WebEncoders

f93c49f
Select commit
Loading
Failed to load commit list.
Merged

Use Base64Url in WebEncoders #56959

Add back Base64 support to WebEncoders
f93c49f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 25, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

[aspnetcore-components-e2e]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

aspnetcore-ci / Build / Tests: Helix x64 / Run build.cmd helix target

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24360.4\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.InternalTesting.HttpClientSlimTest.GetStringAsyncHttp has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.InternalTesting.HttpClientSlimTest.GetStringAsyncHttp [Console] [Details] [Artifacts] [0.05% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.Net.Http.HttpRequestException : Response status code does not indicate success: 503 (Service Unavailable).
CallStack
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Microsoft.AspNetCore.InternalTesting.HttpClientSlim.ReadResponse(Stream stream) in /_/src/Testing/src/HttpClientSlim.cs:line 102
   at Microsoft.AspNetCore.InternalTesting.HttpClientSlim.<>c__DisplayClass1_0.<<GetStringAsync>b__0>d.MoveNext() in /_/src/Testing/src/HttpClientSlim.cs:line 42
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.InternalTesting.HttpClientSlim.RetryRequest(Func`1 retryBlock) in /_/src/Testing/src/HttpClientSlim.cs:line 121
   at Microsoft.AspNetCore.InternalTesting.HttpClientSlim.GetStringAsync(Uri requestUri, Boolean validateCertificate) in /_/src/Testing/src/HttpClientSlim.cs:line 31
   at Microsoft.AspNetCore.InternalTesting.HttpClientSlim.GetStringAsync(String requestUri, Boolean validateCertificate) in /_/src/Testing/src/HttpClientSlim.cs:line 26
   at Microsoft.AspNetCore.InternalTesting.HttpClientSlimTest.GetStringAsyncHttp() in /_/src/Testing/test/HttpClientSlimTest.cs:line 22
--- End of stack trace from previous location ---

Was this helpful? Yes No