test: Run tracing tests in stream mode - #7345
Open
sentrivana wants to merge 7 commits into
Open
Conversation
Contributor
Codecov Results 📊✅ 117009 passed | ⏭️ 5544 skipped | Total: 122553 | Pass Rate: 95.48% | Execution Time: 396m 35s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2256 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.25% 90.45% +0.2%
==========================================
Files 193 185 -8
Lines 25655 23612 -2043
Branches 9454 8664 -790
==========================================
+ Hits 23153 21356 -1797
- Misses 2502 2256 -246
- Partials 1435 1373 -62Generated by Codecov Action |
sentrivana
marked this pull request as ready for review
September 3, 2026 07:37
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.
Adapt tests of integrations we've already fully ported to span streaming so that they actually use span streaming everytime they define a
traces_samplerortraces_sample_rate. Otherwise, they're implicitly using static tracing, and they'll break the moment we remove it.Note: there are at least two tests in
test_threading.pythat also need this change but I'll submit them separately because those will need additional changes.