Skip to content

Conversation

@tomeksowi
Copy link
Member

Fixes System.Runtime.Caching.Tests:

  • MonoTests.System.Runtime.Caching.MemoryCacheTestExpires5.TestCacheExpiryOrdering
  • MonoTests.System.Runtime.Caching.MemoryCacheTestExpires4.TestCacheShrink

The tests failed intermittently due to cache item expiry on a debug testhost on weaker hardware (VisionFive 2 RISC-V board). I saw similar use of PlatformDetection.SlowRuntimeTimeoutModifier in System.Diagnostics.Process tests.

Part of #84834
cc @wscho77 @HJLeee @clamp03 @JongHeonChoi @t-mustafin @gbalykov @viewizard @ashaurtaev @brucehoult @sirntar @yurai007 @Bajtazar

Fixes:
 * MonoTests.System.Runtime.Caching.MemoryCacheTestExpires5.TestCacheExpiryOrdering
 * MonoTests.System.Runtime.Caching.MemoryCacheTestExpires4.TestCacheShrink

The tests failed intermittently due to cache item expiry on a debug testhost on weaker hardware (VisionFive 2 RISC-V board). I saw similar uses of PlatformDetection.SlowRuntimeTimeoutModifier in System.Diagnostics.Process tests.
@ghost ghost added area-System.Runtime.Caching community-contribution Indicates that the PR has been added by a community member labels Dec 19, 2023
@clamp03 clamp03 requested a review from jkotas December 20, 2023 01:19
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jkotas jkotas merged commit 6f4f268 into dotnet:main Dec 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Caching community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants