fix(ci): skip thread counting test#1841
fix(ci): skip thread counting test#1841gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intomainfrom
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Clippy Allow Annotation ReportComparing clippy allow annotations between branches:
Summary by Rule
Annotation Counts by File
Annotation Stats by Crate
About This ReportThis report tracks Clippy allow annotations for specific rules, showing how they've changed in this PR. Decreasing the number of these annotations generally improves code quality. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1841 +/- ##
==========================================
- Coverage 71.60% 71.49% -0.11%
==========================================
Files 426 426
Lines 67302 67303 +1
==========================================
- Hits 48194 48121 -73
- Misses 19108 19182 +74
🚀 New features to boost your workflow:
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: dd8412e | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
7636271 to
90f9e53
Compare
90f9e53 to
3f37870
Compare
3f37870 to
45bd86a
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
Tests failed on this commit b2ac6a4: What to do next?
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Tests failed on this commit f66012f: What to do next?
|
b5c6154 to
eba8714
Compare
TRIGGER CI
eba8714 to
ce1ff18
Compare
|
surely this will merge after 6 mq failures |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|

What does this PR do?
test_count_active_threadsrun on centos7 are flaking as such:This is because some platforms, such as CentOS, spawn helper threads
Motivation
Its been extremely flaky over the past two months
Additional Notes
This test test a helper that is used for another test. The actual thread counting functionality seems sound, but the testing of thread counting with hard assertions on the # of threads is flaky because it is dependent on platform and sync state
How to test the change?
Describe here in detail how the change can be validated.