Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Overall package sizeSelf size: 5.56 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 37e59f6 | Docs | Datadog PR Page | Give us feedback! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 37e59f6c6a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| fi | ||
| done | ||
| echo "" | ||
| echo "=== Results: $PASS passed, $FAIL failed out of $ITERATIONS ===" |
There was a problem hiding this comment.
Fail the workflow when any iteration fails
In the inspected stress-test-bluebird.yml stress-test step, failed Mocha runs are only counted; after the loop the last command is this echo, so the shell step exits 0 even when FAIL is greater than zero. On push or manual stress runs that reproduce the bluebird flake, GitHub will mark the workflow green despite test failures, which makes the experiment result misleading unless someone manually reads the logs. Add an exit after the summary when FAIL > 0.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8086 +/- ##
==========================================
- Coverage 73.87% 73.71% -0.17%
==========================================
Files 773 782 +9
Lines 35983 36371 +388
==========================================
+ Hits 26583 26810 +227
- Misses 9400 9561 +161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-04-23 16:22:38 Comparing candidate commit 37e59f6 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics. |
Stress test for investigating bluebird
before allhook flakiness. Same workflow as #8085 but based on the commit just before #6910 landed.Compare with:
stress-test/master-bluebird(#8085)