[browser][MT] Add new test for multi-threading SignalR in Blazor WBT#98343
Merged
ilonatommy merged 41 commits intodotnet:mainfrom Mar 1, 2024
Merged
[browser][MT] Add new test for multi-threading SignalR in Blazor WBT#98343ilonatommy merged 41 commits intodotnet:mainfrom
ilonatommy merged 41 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes #97085.
Current work
|
maraf
reviewed
Feb 14, 2024
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/BlazorHostedApp/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/WasmBasicTestApp/AppSettingsTests.cs
Show resolved
Hide resolved
src/mono/wasm/testassets/BlazorHostedApp/BlazorHosted.Server/BlazorHosted.Server.csproj
Outdated
Show resolved
Hide resolved
src/mono/wasm/testassets/BlazorHostedApp/BlazorHosted.Server/Program.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/BlazorHostedApp/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
Member
|
please drop all the CSS and visual files from the blazor template, it's just git waste |
maraf
reviewed
Feb 16, 2024
src/mono/wasm/testassets/BlazorHostedApp/BlazorHosted.Server/Pages/_Host.cshtml
Outdated
Show resolved
Hide resolved
Member
Author
|
Setting |
maraf
reviewed
Feb 29, 2024
src/mono/wasm/testassets/BlazorHostedApp/BlazorHosted.Server/appsettings.Development.json
Outdated
Show resolved
Hide resolved
src/mono/wasm/testassets/BlazorHostedApp/BlazorHosted.Server/ChatHub.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
maraf
reviewed
Feb 29, 2024
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs
Outdated
Show resolved
Hide resolved
maraf
approved these changes
Mar 1, 2024
Member
maraf
left a comment
There was a problem hiding this comment.
Looks great! Thank you for implementing the general approach!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #97085.
New blazor hosted test app that is runs one instance per test, we manipulate the actions using buttons that are clicked after reading a message about completing the previous action.
A minor change not connected with the original issue: mechanism for server-logs accumulation was added to
AppTestBase'sRunSdkStyleApp. Previously these logs were swallowed.