runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[9.0] MemoryCacheTest.Trim(String throwOnDisposed=true) failure - assert values differ

Open carlossanlop opened this issue 9 months ago • 2 comments

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=952228 Build error leg or test failing: MonoTests.System.Runtime.Caching.MemoryCacheTest.Trim net9.0-osx-Debug-x64-coreclr_release-OSX.1200.Amd64.Open Pull request: https://github.com/dotnet/runtime/pull/112552

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["Assert.Equal() Failure: Values differ", "MemoryCacheTest.cs:line 1137"],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Callstack:

   at MonoTests.System.Runtime.Caching.MemoryCacheTest.Trim(String throwOnDisposed) in /_/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching/MemoryCacheTest.cs:line 1137
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 174

Known issue validation

Build: :mag_right: Result validation: :warning: Provided build not found. Provide a valid build in the "Build: :mag_right:" line. Validation performed at: 3/10/2025 6:13:49 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

carlossanlop avatar Mar 10 '25 18:03 carlossanlop

Tagging subscribers to this area: @dotnet/area-extensions-caching See info in area-owners.md if you want to be subscribed.

hmm, the build analysis engine did not find the tag which means it is not really tracking this issue. removing blocking-clean-ci unless we are still seeing this in PR

jeffschwMSFT avatar Apr 08 '25 19:04 jeffschwMSFT