dotnet/runtime
Voir sur GitHubAdd triggering test for GC.AddMemoryPressure/GC.RemoveMemoryPressure
Open
#36 796 ouverte le 21 mai 2020
area-GC-coreclrhelp wantedincrease-code-coverage
Métriques du dépôt
- Stars
- (17 886 stars)
- Métriques de merge PR
- (Merge moyen 12j 11h) (661 PRs mergées en 30 j)
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.
/cc @VSadov