Skip to content

Commit 9b9df84

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix spans integration tests (#1552)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent e74aa75 commit 9b9df84

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.apigentools-info

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"info_version": "2",
44
"spec_versions": {
55
"v1": {
6-
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-06-30 14:25:57.528194",
8-
"spec_repo_commit": "f2f4188d"
6+
"apigentools_version": "1.6.5",
7+
"regenerated": "2023-07-03 06:07:19.450806",
8+
"spec_repo_commit": "832b2752"
99
},
1010
"v2": {
11-
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-30 14:25:57.540304",
13-
"spec_repo_commit": "f2f4188d"
11+
"apigentools_version": "1.6.5",
12+
"regenerated": "2023-07-03 06:07:19.468637",
13+
"spec_repo_commit": "832b2752"
1414
}
1515
}
1616
}

tests/v2/features/spans.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Feature: Spans
2828
When the request is sent
2929
Then the response status is 400 Bad Request.
3030

31-
@team:DataDog/apm
31+
@replay-only @team:DataDog/apm
3232
Scenario: Get a list of spans returns "OK" response
3333
Given new "ListSpansGet" request
3434
When the request is sent
3535
Then the response status is 200 OK
3636
And the response "data[0].type" is equal to "spans"
3737

38-
@skip-validation @team:DataDog/apm @with-pagination
38+
@replay-only @skip-validation @team:DataDog/apm @with-pagination
3939
Scenario: Get a list of spans returns "OK" response with pagination
4040
Given new "ListSpansGet" request
4141
And request contains "page[limit]" parameter with value 2
@@ -58,15 +58,15 @@ Feature: Spans
5858
When the request is sent
5959
Then the response status is 400 Bad Request
6060

61-
@team:DataDog/apm
61+
@replay-only @team:DataDog/apm
6262
Scenario: Search spans returns "OK" response
6363
Given new "ListSpans" request
6464
And body with value {"data": {"attributes": {"filter": {"from": "now-15m", "query": "*", "to": "now"}, "options": {"timezone": "GMT"}, "page": {"limit": 25}, "sort": "timestamp"}, "type": "search_request"}}
6565
When the request is sent
6666
Then the response status is 200 OK
6767
And the response "data[0].type" is equal to "spans"
6868

69-
@skip-validation @team:DataDog/apm @with-pagination
69+
@replay-only @skip-validation @team:DataDog/apm @with-pagination
7070
Scenario: Search spans returns "OK" response with pagination
7171
Given new "ListSpans" request
7272
And body with value {"data": {"attributes": {"filter": {"from": "now-15m", "query": "service:python*", "to": "now"}, "options": {"timezone": "GMT"}, "page": {"limit": 2}, "sort": "timestamp"}, "type": "search_request"}}

0 commit comments

Comments
 (0)