fix: smoke tests fail on proxy issues#4693
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 281b53be6b
ℹ️ 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".
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 281b53b | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-04-24 17:27:39 Comparing candidate commit 281b53b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 269 metrics, 9 unstable metrics.
|
749408d
into
main
What does this PR do?
Allows smoke tests to fall back to
GOPROXY=directon proxy failures.Motivation
On agent releases, the proxy lags behind GitHub tagging, which can cause smoke tests to fail since proxy failures return error code 500.
GOPROXYonly falls through on 400 or 401, sodirectused to get skipped.Reviewer's Checklist
make lintlocally.make testlocally.make generatelocally.make fix-moduleslocally.Unsure? Have a question? Request a review!