dotnet/runtime

Add triggering test for GC.AddMemoryPressure/GC.RemoveMemoryPressure

Open

#36.796 aberto em 21 de mai. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (5.445 forks)batch import
area-GC-coreclrhelp wantedincrease-code-coverage

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

Description

The underlying GC.AddMemoryPressure/GC.RemoveMemoryPressure implementations were updated in https://github.com/dotnet/runtime/pull/36767. The existing testing was questionable already and does nothing for this other algorithm. Deferring adding equivalent testing for now since this code path is not new but has been around since .NET Framework.

https://github.com/dotnet/runtime/blob/4eaccd61b1a2a4b078140f8b36f2b45ab5980e8e/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.cs#L136-L159

/cc @VSadov

Guia do colaborador