Skip to content

Commit 1c200f2

Browse files
authored
Speeding up IIS test, organization changes, add HttpsTestFixture. (#26162)
1 parent a9054ab commit 1c200f2

File tree

70 files changed

+2535
-3491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2535
-3491
lines changed

src/Servers/IIS/IIS/benchmarks/IIS.Performance/IIS.Performance.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<!-- Using shorter assembly name instead of Microsoft.AspNetCore.Server.Kestrel.Performance because https://github.com/dotnet/BenchmarkDotNet/issues/498 -->
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<Content Include="..\..\test\Common.FunctionalTests\AppHostConfig\*.config" CopyToOutputDirectory="PreserveNewest" />
14+
<Content Include="..\..\test\Common.FunctionalTests\Infrastructure\*.config" CopyToOutputDirectory="PreserveNewest" />
1515
</ItemGroup>
1616

1717
<ItemGroup Condition="'$(BuildIisNativeProjects)' == 'true'">

src/Servers/IIS/IIS/test/Common.FunctionalTests/OutOfProcess/AspNetCorePortTests.cs renamed to src/Servers/IIS/IIS/test/Common.FunctionalTests/AspNetCorePortTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using Microsoft.AspNetCore.Server.IntegrationTesting;
1313
using Microsoft.AspNetCore.Testing;
1414

15-
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.OutOfProcess
15+
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
1616
{
1717
[Collection(PublishedSitesCollection.Name)]
1818
public class AspNetCorePortTests : IISFunctionalTestBase

src/Servers/IIS/IIS/test/Common.FunctionalTests/ClientCertificateTests.cs

Lines changed: 0 additions & 107 deletions
This file was deleted.

src/Servers/IIS/IIS/test/Common.FunctionalTests/ClientDisconnectStress.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/Servers/IIS/IIS/test/Common.FunctionalTests/CommonStartupTests.cs

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)