Skip to content

Commit

Permalink
Active issue using 33993 (#34207)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamariyan committed Mar 27, 2020
1 parent dd9233b commit d307a14
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public async Task DoNotAddIfSizeOverflows()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33993")]
public async Task ExceedsCapacityCompacts()
{
var cache = new MemoryCache(new MemoryCacheOptions
Expand Down Expand Up @@ -236,7 +237,7 @@ public void AddingReplacementWhenTotalSizeExceedsCapacityDoesNotUpdateAndRemoves
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/34102")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33993")]
public async Task AddingReplacementWhenTotalSizeExceedsCapacityDoesNotUpdateRemovesOldEntryAndTriggersCompaction()
{
var cache = new MemoryCache(new MemoryCacheOptions
Expand Down Expand Up @@ -342,6 +343,7 @@ public async Task ExpiringEntryDecreasesCacheSize()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33993")]
public async Task CompactsToLessThanLowWatermarkUsingLRUWhenHighWatermarkExceeded()
{
var testClock = new TestClock();
Expand Down

0 comments on commit d307a14

Please sign in to comment.