[OpenTelemetry] Fix metricpoint race on ARM - #7401
Merged
martincostello merged 5 commits intoJun 16, 2026
Merged
Conversation
Fix flaky read on ARM that Claude suggests is the root cause for test flakiness in `MetricPointReclaimTests`.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7401 +/- ##
==========================================
+ Coverage 89.71% 89.74% +0.03%
==========================================
Files 276 276
Lines 14576 14582 +6
==========================================
+ Hits 13077 13087 +10
+ Misses 1499 1495 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Make further changes to try to resolve issue.
martincostello
commented
Jun 11, 2026
martincostello
commented
Jun 11, 2026
- Add PR number to CHANGELOG. - Remove redundant comment from test.
- Add parameter to test `MetricReaderTemporalityPreference.Delta`. - Resolve TODO by using `Random.Shared` (which is thread-safe) where available. - Remove comment with old results.
martincostello
marked this pull request as ready for review
June 11, 2026 14:14
martincostello
enabled auto-merge
June 11, 2026 14:14
xiang17
reviewed
Jun 13, 2026
rajkumar-rangaraj
approved these changes
Jun 16, 2026
This was referenced Jul 16, 2026
Closed
This was referenced Aug 3, 2026
Closed
Open
Bump OpenTelemetry.Extensions.Hosting from 1.16.0 to 1.17.0
MarcelMichau/mass-transit-playground#398
Open
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Fix flaky read on ARM that Claude code suggests is the root cause for test flakiness due to its weaker memory model in
MetricPointReclaimTestsfound while working on #7400.I can't validate this either way locally, so I told Claude to assume it was true and write a test to prove it in CI.
Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)