Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestCurrentValueDoesNotAllocateOnceValueIsCached test failing in CI #84551

Closed
stephentoub opened this issue Apr 9, 2023 · 10 comments · Fixed by #84571
Closed

TestCurrentValueDoesNotAllocateOnceValueIsCached test failing in CI #84551

stephentoub opened this issue Apr 9, 2023 · 10 comments · Fixed by #84571
Labels
arch-wasm WebAssembly architecture area-GC-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab runtime-mono specific to the Mono runtime

Comments

@stephentoub
Copy link
Member

stephentoub commented Apr 9, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=232800
Build error leg or test failing: Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached
Pull request: #84487

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "TestCurrentValueDoesNotAllocateOnceValueIsCached", 
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}
Exception Message
Assert.Equal() Failure
Expected: 0
Actual:   336
CallStack
   at Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached()
   at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, IntPtr* args)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Report

Build Definition Test Pull Request
233142 dotnet/runtime Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached #84553

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 1
@stephentoub stephentoub added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 9, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 9, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 9, 2023
@ghost
Copy link

ghost commented Apr 9, 2023

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

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=232800
Build error leg or test failing: Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached
Pull request: #84487

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "TestCurrentValueDoesNotAllocateOnceValueIsCached", 
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}
Exception Message
Assert.Equal() Failure
Expected: 0
Actual:   336
CallStack
   at Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached()
   at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, IntPtr* args)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Author: stephentoub
Assignees: -
Labels:

blocking-clean-ci, untriaged, area-Extensions-Options, Known Build Error, needs-area-label

Milestone: -

@stephentoub stephentoub removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 9, 2023
@tarekgh
Copy link
Member

tarekgh commented Apr 9, 2023

@stephentoub is there a direct link to the failure? The link in the description does not show the failure.

@stephentoub
Copy link
Member Author

I copied it to the bottom of the description.

@tarekgh
Copy link
Member

tarekgh commented Apr 9, 2023

We already have active issue #67611 for iOS and tvOS.

I copied it to the bottom of the description.

I am not seeing it.

@tarekgh tarekgh added the arch-wasm WebAssembly architecture label Apr 10, 2023
@ghost
Copy link

ghost commented Apr 10, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=232800
Build error leg or test failing: Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached
Pull request: #84487

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "TestCurrentValueDoesNotAllocateOnceValueIsCached", 
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}
Exception Message
Assert.Equal() Failure
Expected: 0
Actual:   336
CallStack
   at Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached()
   at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, IntPtr* args)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Report

Build Definition Test Pull Request
233142 dotnet/runtime Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached #84553

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 1
Author: stephentoub
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, untriaged, area-Extensions-Options, Known Build Error

Milestone: -

@tarekgh
Copy link
Member

tarekgh commented Apr 10, 2023

@lewing could you have a look? this failing test is disabled for iOS and tvOS and now is failing on the browser. Should this be disabled on the browser?

CC @steveisok

@lewing
Copy link
Member

lewing commented Apr 10, 2023

I haven't seen this fail on wasm before but I'm fine with disabling it if this keeps happening

@jkotas
Copy link
Member

jkotas commented Apr 10, 2023

This should be disabled on Mono instead of individual architectures.

@ghost
Copy link

ghost commented Apr 10, 2023

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=232800
Build error leg or test failing: Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached
Pull request: #84487

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "TestCurrentValueDoesNotAllocateOnceValueIsCached", 
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}
Exception Message
Assert.Equal() Failure
Expected: 0
Actual:   336
CallStack
   at Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached()
   at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, IntPtr* args)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Report

Build Definition Test Pull Request
233142 dotnet/runtime Microsoft.Extensions.Options.Tests.OptionsMonitorTest.TestCurrentValueDoesNotAllocateOnceValueIsCached #84553

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 1
Author: stephentoub
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, untriaged, area-GC-mono, area-Extensions-Options, Known Build Error

Milestone: -

@tarekgh tarekgh added runtime-mono specific to the Mono runtime and removed area-Extensions-Options labels Apr 10, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Apr 10, 2023
@dotnet dotnet locked as resolved and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-GC-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab runtime-mono specific to the Mono runtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants