-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[CONTINT-3558] Add e2e tests for APM origin detection on k8s #22969
Conversation
f8f99cc
to
929ac8b
Compare
Bloop Bleep... Dogbot HereRegression Detector ResultsRun ID: 7beef838-ee85-4b76-91ac-af28fbf4b2cb Performance changes are noted in the perf column of each table:
No significant changes in experiment optimization goalsConfidence level: 90.00% There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
|
perf | experiment | goal | Δ mean % | Δ mean % CI |
---|---|---|---|---|
➖ | file_to_blackhole | % cpu utilization | -2.06 | [-8.56, +4.44] |
Fine details of change detection per experiment
perf | experiment | goal | Δ mean % | Δ mean % CI |
---|---|---|---|---|
➖ | otel_to_otel_logs | ingress throughput | +1.31 | [+0.68, +1.93] |
➖ | process_agent_real_time_mode | memory utilization | +0.12 | [+0.08, +0.15] |
➖ | file_tree | memory utilization | +0.04 | [-0.03, +0.11] |
➖ | process_agent_standard_check_with_stats | memory utilization | +0.04 | [+0.01, +0.07] |
➖ | trace_agent_json | ingress throughput | +0.03 | [+0.01, +0.06] |
➖ | trace_agent_msgpack | ingress throughput | +0.03 | [+0.01, +0.04] |
➖ | uds_dogstatsd_to_api | ingress throughput | +0.00 | [-0.00, +0.00] |
➖ | tcp_dd_logs_filter_exclude | ingress throughput | -0.00 | [-0.00, +0.00] |
➖ | process_agent_standard_check | memory utilization | -0.03 | [-0.05, -0.00] |
➖ | tcp_syslog_to_blackhole | ingress throughput | -0.14 | [-0.19, -0.09] |
➖ | idle | memory utilization | -0.40 | [-0.43, -0.37] |
➖ | uds_dogstatsd_to_api_cpu | % cpu utilization | -0.48 | [-1.92, +0.95] |
➖ | basic_py_check | % cpu utilization | -0.62 | [-2.81, +1.56] |
➖ | file_to_blackhole | % cpu utilization | -2.06 | [-8.56, +4.44] |
Explanation
A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".
For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.
-
Its configuration does not mark it "erratic".
5970f7c
to
84e9fda
Compare
84e9fda
to
f3792f4
Compare
f5045a7
to
8ad567c
Compare
/trigger-ci --variable RUN_ALL_BUILDS=true --variable RUN_KITCHEN_TESTS=true --variable RUN_E2E_TESTS=auto |
🚂 Gitlab pipeline started Started pipeline #28643033 |
ee14dcb
to
a8e91f9
Compare
/trigger-ci --variable RUN_ALL_BUILDS=true --variable RUN_KITCHEN_TESTS=true --variable RUN_E2E_TESTS=auto |
🚂 Gitlab pipeline started Started pipeline #29296220 |
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
9841a20
to
baee5fe
Compare
baee5fe
to
0cc41ee
Compare
/trigger-ci --variable RUN_E2E_TESTS=true |
🚂 Gitlab pipeline started Started pipeline #29787400 |
/merge |
🚂 MergeQueue Pull request added to the queue. This build is next! (estimated merge in less than 28m) Use |
* implement e2e test for APM origin detection * remove test of cgroup version * only test the namespace workload-tracegen * simplify the logic with two separate tests for TCP and UDS * iterate from the most recent traces * bump test infra definitions * fix image_tag issue * add docker_image and image_tag to ecs suite * rebump * hardcode the image tag * Update test/new-e2e/tests/containers/k8s_test.go Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com> * Update test/new-e2e/tests/containers/k8s_test.go Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com> * Remove the `require` func Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com> * Update error message Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com> * Iterate in normal order Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com> * Rename test --------- Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
What does this PR do?
This PR adds e2e tests for origin detection on APM.
Motivation
Increase test coverage.
Additional Notes
N/A
Possible Drawbacks / Trade-offs
N/A
Describe how to test/QA your changes
Run tests using
inv new-e2e-tests.run --targets=./tests/containers --run TestKindSuite