[TEST] Fix ZipkinExporterTestPeer.ExportJsonIntegrationTest stability#3760
[TEST] Fix ZipkinExporterTestPeer.ExportJsonIntegrationTest stability#3760marcalff merged 5 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3760 +/- ##
==========================================
- Coverage 89.95% 89.92% -0.02%
==========================================
Files 225 225
Lines 7158 7158
==========================================
- Hits 6438 6436 -2
- Misses 720 722 +2 🚀 New features to boost your workflow:
|
|
Since you seem to be a student, allow me to provide some guidance on how to address this. First, the original issue needs to be reproduced, to understand the problem. I have done that, see the comments in #2723 Second, the fix needs to be tested locally to make sure it works, including when the original issue is seen. With the following code: the test still fails, so the fix is incorrect. There is more to it. Last, once you have a fix that works locally when the bug is exposed, you can verify the fix still works in the normal case, by removing the added Only then will be patch be ready. What needs to be resolved at this point is |
|
Hi @marcalff |
|
Its failing on macOS and maintainer mode. Let me check that |
marcalff
left a comment
There was a problem hiding this comment.
LGTM, thanks for the test fix.
|
See edits to the title, and PR comments. |
sure i'll make sure of it in future PR's |
Fixes #3723
Changes