-
Notifications
You must be signed in to change notification settings - Fork 399
Add comment for skipped mongodb spec #4369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 20100 Passed, 1363 Skipped, 3m 15.69s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4369 +/- ##
=======================================
Coverage 97.68% 97.68%
=======================================
Files 1352 1352
Lines 82734 82735 +1
Branches 4200 4200
=======================================
+ Hits 80818 80822 +4
+ Misses 1916 1913 -3 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2025-02-13 20:18:03 Comparing candidate commit 6c37ca0 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 30 metrics, 2 unstable metrics. scenario:tracing - Propagation - Trace Context
|
8f5c3bf to
420a110
Compare
54af6b8 to
1846eed
Compare
What does this PR do?
This PR adds a comment for why the mongodb spec is still skipped for GHA.
Motivation:
Tried to un-skip this spec, but resolving the underlying issue noted in the comment without a better solution would increase overhead by too much for this one spec. The goal is to eventually unskip this spec! We want to enable all tests for our migration to GHA: https://github.com/DataDog/ruby-guild/issues/214.
Change log entry
None.
Additional Notes:
Issue: https://github.com/DataDog/ruby-guild/issues/216.
How to test the change?
The PR change itself is just adding a comment. However, for the spec that is being skipped, it fails when running in a docker container (like for our GHA workflow) but passes when running locally.