-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Fix test EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails #64326
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
Conversation
oroztocil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
src/Components/test/E2ETest/ServerExecutionTests/WebSocketCompressionTests.cs
Outdated
Show resolved
Hide resolved
ilonatommy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small update so that we see what did not get matched, without browsing the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request fixes a failing test caused by changes in Chromium's error message format for Content Security Policy (CSP) violations. The test now checks for both the old and new error message patterns to ensure compatibility across different Chromium versions.
- Removed the
[QuarantinedTest]attribute to enable the test - Updated the assertion logic to support both old and new Chromium CSP error message formats
- Added a new regex pattern for the updated Chromium error message
…ressionTests.cs Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
|
/backport to release/10.0 |
|
Started backporting to |
* Update dependencies from https://github.com/dotnet/arcade build 20251127.5 On relative base path root Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.25562.4 -> To Version 9.0.0-beta.25577.5 * Fix test EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails (#64326) (cherry picked from commit c4f8522) * Quarantine CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser (#59992) (cherry picked from commit 2f9d787) * Quarantine CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLiteral test Port of same change from 8.0 in #63565 * Update dependencies from https://github.com/dotnet/arcade build 20251211.4 On relative base path root Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.25562.4 -> To Version 9.0.0-beta.25611.4 * Update dependencies from https://github.com/dotnet/arcade build 20251226.6 On relative base path root Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.25562.4 -> To Version 9.0.0-beta.25626.6 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Daria Tiurina <dariatiurina@microsoft.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
…otnet#64326) (cherry picked from commit c4f8522)
…otnet#64326) (cherry picked from commit c4f8522)
…otnet#64326) (cherry picked from commit c4f8522)
…otnet#64326) (cherry picked from commit c4f8522)
…otnet#64326) (cherry picked from commit c4f8522)
…otnet#64326) (cherry picked from commit c4f8522)
…otnet#64326) (cherry picked from commit c4f8522)
Fix test EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails
Description
This pull request changes the error message check in the test due to changes in the Chromium. This makes test not fail anymore.
Changes:
[QuarantinedTest]attribute from the test.Fixes #64305