-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from Lombiq/issue/NEST-361-dev-repro
NEST-361: Fix memory leak in idle tenant shutdown
- Loading branch information
Showing
5 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI/Constants/IdleTenantData.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.Constants; | ||
|
||
public static class IdleTenantData | ||
{ | ||
public const string IdleTenantName = nameof(IdleTenantName); | ||
public const string IdleTenantPrefix = "idletenantprefix"; | ||
public const string IdleTenantRecipe = "Lombiq.OSOCE.Tests"; | ||
} |
This file contains 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
21 changes: 20 additions & 1 deletion
21
...sting.Tenants.IdleTenantManagement.Tests.UI/Extensions/TestCaseUITestContextExtensions.cs
This file contains 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
This file contains 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
This file contains 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