test: sync net11.0 verify snapshots with #5504 - #5576
Merged
Merged
Conversation
#5504 was branched before #5529 added the DotNet11_0 snapshots, so when both merged into version7 the DotNet11_0 copies never picked up #5504's changes (the [Obsolete] on EnableLogs, and the extra envelope item in WebIntegrationTests.Versioning). version7 has been failing these three tests on net11.0 on every platform since. The new files are the .received.txt files from CI, which are identical across linux, macOS and Windows and to the DotNet10_0 snapshots. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## version7 #5576 +/- ##
===========================================
Coverage ? 74.68%
===========================================
Files ? 515
Lines ? 18889
Branches ? 3684
===========================================
Hits ? 14107
Misses ? 3900
Partials ? 882 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
version7currently fails three tests on net11.0, on every platform:Sentry.Tests.ApiApprovalTests.RunSentry.NLog.Tests.ApiApprovalTests.RunSentry.AspNetCore.Tests.WebIntegrationTests.Versioning#5504 was branched before #5529 added the
DotNet11_0snapshots. When both merged intoversion7, theDotNet11_0copies never picked up #5504's changes: the[Obsolete]onEnableLogs, and the extra envelope item inVersioning. There's no push build onversion7, so it only surfaces on PRs targeting it (first seen on #5573).The new snapshot content is the
.received.txtfrom CI's verify artifacts. It's byte-identical across linux-x64, macOS and win-x64, and identical to the existingDotNet10_0snapshots.#skip-changelog
🤖 Generated with Claude Code