Skip to content

Commit cba0246

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spectherve
authored
Regenerate client from commit 23b4462 of spec repo (#492)
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> Co-authored-by: Thomas Hervé <[email protected]>
1 parent f8f2fe7 commit cba0246

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.1",
7-
"regenerated": "2022-01-18 11:51:59.279443",
8-
"spec_repo_commit": "5808ab7"
7+
"regenerated": "2022-01-21 12:35:38.881881",
8+
"spec_repo_commit": "23b4462"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.1",
12-
"regenerated": "2022-01-18 11:51:59.300294",
13-
"spec_repo_commit": "5808ab7"
12+
"regenerated": "2022-01-21 12:35:38.898522",
13+
"spec_repo_commit": "23b4462"
1414
}
1515
}
1616
}

features/v1/logs.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Feature: Logs
2222
When the request is sent
2323
Then the response status is 200 OK
2424

25-
@integration-only @skip-terraform-config @team:DataDog/logs-intake
25+
@integration-only @skip-validation @skip-terraform-config @team:DataDog/logs-intake
2626
Scenario: Send deflate logs returns "Response from server (always 200 empty JSON)." response
2727
Given new "SubmitLog" request
2828
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]
2929
And request contains "Content-Encoding" parameter with value "deflate"
3030
When the request is sent
3131
Then the response status is 200 Response from server (always 200 empty JSON).
3232

33-
@integration-only @skip-terraform-config @team:DataDog/logs-intake
33+
@integration-only @skip-validation @skip-terraform-config @team:DataDog/logs-intake
3434
Scenario: Send gzip logs returns "Response from server (always 200 empty JSON)." response
3535
Given new "SubmitLog" request
3636
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]

features/v2/logs.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ Feature: Logs
7373
When the request is sent
7474
Then the response status is 200 OK
7575

76-
@integration-only @skip-terraform-config @team:DataDog/logs-backend @team:DataDog/logs-intake
76+
@integration-only @skip-validation @skip-terraform-config @team:DataDog/logs-backend @team:DataDog/logs-intake
7777
Scenario: Send deflate logs returns "Request accepted for processing (always 202 empty JSON)." response
7878
Given new "SubmitLog" request
7979
And body with value [{"ddsource": "nginx", "ddtags": "env:staging,version:5.1", "hostname": "i-012345678", "message": "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World", "service": "payment"}]
8080
And request contains "Content-Encoding" parameter with value "deflate"
8181
When the request is sent
8282
Then the response status is 202 Response from server (always 202 empty JSON).
8383

84-
@integration-only @skip-terraform-config @team:DataDog/logs-backend @team:DataDog/logs-intake
84+
@integration-only @skip-validation @skip-terraform-config @team:DataDog/logs-backend @team:DataDog/logs-intake
8585
Scenario: Send gzip logs returns "Request accepted for processing (always 202 empty JSON)." response
8686
Given new "SubmitLog" request
8787
And body with value [{"ddsource": "nginx", "ddtags": "env:staging,version:5.1", "hostname": "i-012345678", "message": "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World", "service": "payment"}]

0 commit comments

Comments
 (0)