Skip to content

Commit a3e1e7e

Browse files
authored
ci: update test agent to 1.28.0 (#14132)
## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent 86507f4 commit a3e1e7e

11 files changed

+13
-13
lines changed

.gitlab/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
DD_REMOTE_CONFIGURATION_REFRESH_INTERVAL: 5s
1313
DD_DOGSTATSD_NON_LOCAL_TRAFFIC: true
1414
testagent:
15-
name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.27.4
15+
name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.28.0
1616
alias: testagent
1717
variables:
1818
LOG_LEVEL: ERROR

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
volumes:
122122
- ddagent:/tmp/ddagent:rw
123123
testagent:
124-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.27.4
124+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.28.0
125125
ports:
126126
- "127.0.0.1:9126:8126"
127127
volumes:

lib-injection/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818

1919
# testagent is used to collect data from the library to validate.
2020
testagent:
21-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.27.4
21+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.28.0
2222
ports:
2323
- "8126:8126"
2424

tests/snapshots/tests.integration.test_trace_stats.test_measured_span_tracestats.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "child_stats",
88
"Resource": "child_stats",
99
"Service": null,
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 10,
@@ -21,7 +21,7 @@
2121
"Name": "parent",
2222
"Resource": "parent",
2323
"Service": null,
24-
"Type": null,
24+
"Type": "",
2525
"HTTPStatusCode": 0,
2626
"Synthetics": false,
2727
"Hits": 20,

tests/snapshots/tests.integration.test_trace_stats.test_sampling_rate[0.0]_tracestats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "operation",
88
"Resource": "operation",
99
"Service": null,
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 10,

tests/snapshots/tests.integration.test_trace_stats.test_sampling_rate[1.0]_tracestats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "operation",
88
"Resource": "operation",
99
"Service": null,
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 10,

tests/snapshots/tests.integration.test_trace_stats.test_single_span_sampling[sampling_rule0]_tracestats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "parent",
88
"Resource": "parent",
99
"Service": "test",
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 1,

tests/snapshots/tests.integration.test_trace_stats.test_single_span_sampling[sampling_rule1]_tracestats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "parent",
88
"Resource": "parent",
99
"Service": "test",
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 1,

tests/snapshots/tests.integration.test_trace_stats.test_stats_30_tracestats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "name",
88
"Resource": "/users/list",
99
"Service": "abc",
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 30,

tests/snapshots/tests.integration.test_trace_stats.test_stats_errors_tracestats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "name",
88
"Resource": "/users/list",
99
"Service": "abc",
10-
"Type": null,
10+
"Type": "",
1111
"HTTPStatusCode": 0,
1212
"Synthetics": false,
1313
"Hits": 30,

0 commit comments

Comments
 (0)