test: Run tracing tests in stream mode - #7345
Draft
sentrivana wants to merge 5 commits into
Draft
Conversation
Contributor
Codecov Results 📊✅ 117009 passed | ⏭️ 5544 skipped | Total: 122553 | Pass Rate: 95.48% | Execution Time: 391m 19s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2263 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.28% 90.42% +0.14%
==========================================
Files 193 185 -8
Lines 25682 23612 -2070
Branches 9468 8664 -804
==========================================
+ Hits 23184 21349 -1835
- Misses 2498 2263 -235
- Partials 1442 1373 -69Generated by Codecov Action |
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.