-
Notifications
You must be signed in to change notification settings - Fork 114
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
[CECO-1153] APM e2e test #1549
[CECO-1153] APM e2e test #1549
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## fanny/refactor-kind-e2e #1549 +/- ##
========================================================
Coverage 48.94% 48.94%
========================================================
Files 227 227
Lines 20636 20636
========================================================
Hits 10101 10101
Misses 10010 10010
Partials 525 525
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/provisioners" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is due to my IDE setting, is no-op and this kind_test.go
will be removed eventually post refactor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
* add localkind provisioner * refactor logs test * add back old provisioner * reorganize tests * bump deps and cleanup * sync go version * update licenses, bump crypto version * bump test-infra-defs, fixes for CI * move vars * sync go version * Add AWS kind E2E provisioner (#1593) * bump go deps and small fixes * add new kind provisioners (aws and local) and update generic k8s e2e tests * rename files, use new-e2e dev module * sync go version * update licenses * allow golang version failure * fix stack name * fixes for CI * Update bundle and manager config from v1.11 (#1599) * fix flakes * fix flakes --------- Co-authored-by: Timothée Bavelier <97530782+tbavelier@users.noreply.github.com> * fix var * Add make command to run a specific e2e test (#1547) * make command for a specific e2e test * update command to use env var * updated e2e specific test * remove parentheses from test headers * update e2e-tests * nit * [CECO-1153] APM e2e test (#1549) * comment lots of stuff to simplify dev * apm e2e test and un-comment for dev * rebase on latest fanny * apm e2e test refactor * fix apm refactor * remove pre-refactor apm test * remove apm pre refactor util func * remove nginx cleanup since it's for pre refactor test * fix apm e2e refactor: avoid race + remove socket from volume def * verify k8s version before checking local service traces --------- Co-authored-by: Fanny Jiang <fanny.jiang@datadoghq.com> * bump e2e deps * update go.work.sum * Bump datadog-agent dependencies (#1647) * Bump datadog-agent dependencies * update-golang * licenses, go.mod * update-golang * run update-golang in build * build fixes after update, bump golang to 1.23.5 * build fix * update ddrestiry golang url * fix e2e go.mod * fix eds ambiguous version * update-golang * fix licenses --------- Co-authored-by: Fanny Jiang <fanny.jiang@datadoghq.com> --------- Co-authored-by: Timothée Bavelier <97530782+tbavelier@users.noreply.github.com> Co-authored-by: Sarah Wang <sarah.wang@datadoghq.com> Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com>
What does this PR do?
Introduces an APM e2e test in two parts:
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Write there any instructions and details you may have to test your PR.
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label