Skip to content

Commit 82b4b77

Browse files
authored
Replat ComponentHubReliabilityTests on SignalR test infra (#32189)
1 parent a4c6b5d commit 82b4b77

File tree

11 files changed

+305
-231
lines changed

11 files changed

+305
-231
lines changed

src/Components/.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": ".NET Core Attach",
6+
"type": "coreclr",
7+
"request": "attach",
8+
"processId": "${command:pickProcess}"
9+
},
410
{
511
"name": "BlazorServerApp",
612
"type": "coreclr",

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
<Compile Include="$(RepoRoot)src\Shared\Components\WebAssemblyComponentMarker.cs" />
8585
</ItemGroup>
8686

87+
<ItemGroup>
88+
<Compile Include="$(RepoRoot)src\Shared\SignalR\*.cs" />
89+
</ItemGroup>
90+
8791
<ItemGroup>
8892
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
8993
<_Parameter1>Microsoft.AspNetCore.E2ETesting.TestTrimmedApps</_Parameter1>

src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs

Lines changed: 293 additions & 230 deletions
Large diffs are not rendered by default.

src/SignalR/common/testassets/Tests.Utils/WrappingLoggerFactory.cs renamed to src/Shared/SignalR/WrappingLoggerFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
1+
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;

src/SignalR/common/testassets/Tests.Utils/Microsoft.AspNetCore.SignalR.Tests.Utils.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<Reference Include="Microsoft.AspNetCore.SignalR.Common" />
2424

2525
<Compile Include="$(SharedSourceRoot)ValueStopwatch\*.cs" />
26+
<Compile Include="$(SharedSourceRoot)SignalR\*.cs" />
2627
</ItemGroup>
2728

2829
</Project>

0 commit comments

Comments
 (0)