-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[browser][MT] Add new test for multi-threading SignalR in Blazor WBT #98343
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes #97085.
Current work
|
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
Outdated
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
please drop all the CSS and visual files from the blazor template, it's just git waste |
src/mono/wasm/testassets/BlazorHostedApp/BlazorHosted.Server/Pages/_Host.cshtml
Outdated
Show resolved
Hide resolved
Setting
|
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
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
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.
Looks great! Thank you for implementing the general approach!
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.