fix(contrib/99designs/gqlgen): bump to v0.17.90, adjust tests accordingly#4702
Conversation
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 6912fc0 | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-04-28 12:48:25 Comparing candidate commit 6912fc0 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 270 metrics, 8 unstable metrics.
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
8606cca
into
main
…ngly (#4702) Updates `99designs/gqlgen` to `v0.17.90`, which introduces a small behaviour change that causes our tests to fail. Fix smoke tests. - [ ] Changed code has unit tests for its functionality at or near 100% coverage. - [ ] [System-Tests](https://github.com/DataDog/system-tests/) covering this feature have been added and enabled with the va.b.c-dev version tag. - [ ] There is a benchmark for any new code, or changes to existing code. - [ ] If this interacts with the agent in a new way, a system test has been added. - [ ] New code is free of linting errors. You can check this by running `make lint` locally. - [ ] New code doesn't break existing tests. You can check this by running `make test` locally. - [ ] Add an appropriate team label so this PR gets put in the right place for the release notes. - [ ] All generated files are up to date. You can check this by running `make generate` locally. - [ ] Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild. Make sure all nested modules are up to date by running `make fix-modules` locally. Unsure? Have a question? Request a review! Co-authored-by: dario.castane <[email protected]>
What does this PR do?
Updates
99designs/gqlgentov0.17.90, which introduces a small behaviour change that causes our tests to fail.Motivation
Fix smoke tests.
Reviewer's Checklist
make lintlocally.make testlocally.make generatelocally.make fix-moduleslocally.Unsure? Have a question? Request a review!