Skip to content

Commit 5813088

Browse files
authored
Delete unused load test suite (#10651)
These have not run in ages (couldn't find how long, likely over a year). The test coverage they provide is duplicated in other tests and they are not even executed as load tests. Even if they were, they would not sufficiently cover our performance hot spots and are not run in a scientific way.
1 parent cb66478 commit 5813088

11 files changed

Lines changed: 1 addition & 1551 deletions

File tree

NuGetGallery.FunctionalTests.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetGallery.FunctionalTest
1212
EndProject
1313
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetGallery.FunctionalTests.Core", "tests\NuGetGallery.FunctionalTests.Core\NuGetGallery.FunctionalTests.Core.csproj", "{8496C7FE-8A93-4D2E-A9DC-5DE44017187C}"
1414
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetGallery.LoadTests", "tests\NuGetGallery.LoadTests\NuGetGallery.LoadTests.csproj", "{0A6B1A52-4D26-4946-9DDD-416D01A1ADBF}"
16-
EndProject
1715
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetGallery.WebUITests.P0", "tests\NuGetGallery.WebUITests.P0\NuGetGallery.WebUITests.P0.csproj", "{B3D313C5-A076-424C-B812-4EDE2D9EE888}"
1816
EndProject
1917
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetGallery.WebUITests.P1", "tests\NuGetGallery.WebUITests.P1\NuGetGallery.WebUITests.P1.csproj", "{66ACA75F-EE4D-4D23-AEC5-E38C715CDC7E}"
@@ -36,10 +34,6 @@ Global
3634
{8496C7FE-8A93-4D2E-A9DC-5DE44017187C}.Debug|Any CPU.Build.0 = Debug|Any CPU
3735
{8496C7FE-8A93-4D2E-A9DC-5DE44017187C}.Release|Any CPU.ActiveCfg = Release|Any CPU
3836
{8496C7FE-8A93-4D2E-A9DC-5DE44017187C}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{0A6B1A52-4D26-4946-9DDD-416D01A1ADBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40-
{0A6B1A52-4D26-4946-9DDD-416D01A1ADBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
41-
{0A6B1A52-4D26-4946-9DDD-416D01A1ADBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
42-
{0A6B1A52-4D26-4946-9DDD-416D01A1ADBF}.Release|Any CPU.Build.0 = Release|Any CPU
4337
{B3D313C5-A076-424C-B812-4EDE2D9EE888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4438
{B3D313C5-A076-424C-B812-4EDE2D9EE888}.Debug|Any CPU.Build.0 = Debug|Any CPU
4539
{B3D313C5-A076-424C-B812-4EDE2D9EE888}.Release|Any CPU.ActiveCfg = Release|Any CPU

tests/NuGetGallery.FunctionalTests.Core/GalleryConfiguration.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class GalleryConfiguration
1919
public string Slot { get; set; }
2020
public string ProductionBaseUrl { get; set; }
2121
public string StagingBaseUrl { get; set; }
22-
public string SearchServiceBaseUrl { get; set; }
2322
public string EmailServerHost { get; set; }
2423
public bool DefaultSecurityPoliciesEnforced { get; set; }
2524
public bool TestPackageLock { get; set; }

tests/NuGetGallery.FunctionalTests.Core/Helpers/UrlHelper.cs

Lines changed: 1 addition & 9 deletions
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;
@@ -48,14 +48,6 @@ public static string BaseUrl
4848
}
4949
}
5050

51-
public static string SearchServiceBaseUrl
52-
{
53-
get
54-
{
55-
return EnsureTrailingSlash(GalleryConfiguration.Instance.SearchServiceBaseUrl);
56-
}
57-
}
58-
5951
public static string V1FeedRootUrl
6052
{
6153
get

tests/NuGetGallery.LoadTests/App.config

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

tests/NuGetGallery.LoadTests/E2E.loadtest

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

tests/NuGetGallery.LoadTests/LoadTests.cs

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

0 commit comments

Comments
 (0)