Skip to content

Commit bf48c08

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0fe2fba6 of spec repo (#1096)
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 43a6300 commit bf48c08

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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.2",
7-
"regenerated": "2022-07-18 17:54:28.205368",
8-
"spec_repo_commit": "f486a915"
7+
"regenerated": "2022-07-19 06:39:08.119643",
8+
"spec_repo_commit": "0fe2fba6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-07-18 17:54:28.232847",
13-
"spec_repo_commit": "f486a915"
12+
"regenerated": "2022-07-19 06:39:08.148025",
13+
"spec_repo_commit": "0fe2fba6"
1414
}
1515
}
1616
}

tests/v1/features/logs.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@ Feature: Logs
3030
When the request is sent
3131
Then the response status is 200 OK
3232

33-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/logs-intake
33+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/event-platform-intake
3434
Scenario: Send deflate 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 }}"}]
3737
And request contains "Content-Encoding" parameter with value "deflate"
3838
When the request is sent
3939
Then the response status is 200 Response from server (always 200 empty JSON).
4040

41-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/logs-intake
41+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/event-platform-intake
4242
Scenario: Send gzip logs returns "Response from server (always 200 empty JSON)." response
4343
Given new "SubmitLog" request
4444
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]
4545
And request contains "Content-Encoding" parameter with value "gzip"
4646
When the request is sent
4747
Then the response status is 200 Response from server (always 200 empty JSON).
4848

49-
@team:DataDog/logs-intake
49+
@team:DataDog/event-platform-intake
5050
Scenario: Send logs returns "Response from server (always 200 empty JSON)." response
5151
Given new "SubmitLog" request
5252
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]
5353
When the request is sent
5454
Then the response status is 200 Response from server (always 200 empty JSON).
5555

56-
@generated @skip @team:DataDog/logs-intake
56+
@generated @skip @team:DataDog/event-platform-intake
5757
Scenario: Send logs returns "unexpected error" response
5858
Given new "SubmitLog" request
5959
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"}]

tests/v2/features/logs.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,44 +98,44 @@ Feature: Logs
9898
Then the response status is 200 OK
9999
And the response has 3 items
100100

101-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/logs-backend @team:DataDog/logs-intake
101+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/event-platform-intake @team:DataDog/logs-backend
102102
Scenario: Send deflate logs returns "Request accepted for processing (always 202 empty JSON)." response
103103
Given new "SubmitLog" request
104104
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"}]
105105
And request contains "Content-Encoding" parameter with value "deflate"
106106
When the request is sent
107107
Then the response status is 202 Response from server (always 202 empty JSON).
108108

109-
@integration-only @skip-terraform-config @skip-validation @team:DataDog/logs-backend @team:DataDog/logs-intake
109+
@integration-only @skip-terraform-config @skip-validation @team:DataDog/event-platform-intake @team:DataDog/logs-backend
110110
Scenario: Send gzip logs returns "Request accepted for processing (always 202 empty JSON)." response
111111
Given new "SubmitLog" request
112112
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"}]
113113
And request contains "Content-Encoding" parameter with value "gzip"
114114
When the request is sent
115115
Then the response status is 202 Request accepted for processing (always 202 empty JSON).
116116

117-
@generated @skip @team:DataDog/logs-backend @team:DataDog/logs-intake
117+
@generated @skip @team:DataDog/event-platform-intake @team:DataDog/logs-backend
118118
Scenario: Send logs returns "Bad Request" response
119119
Given new "SubmitLog" request
120120
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"}]
121121
When the request is sent
122122
Then the response status is 400 Bad Request
123123

124-
@generated @skip @team:DataDog/logs-backend @team:DataDog/logs-intake
124+
@generated @skip @team:DataDog/event-platform-intake @team:DataDog/logs-backend
125125
Scenario: Send logs returns "Payload Too Large" response
126126
Given new "SubmitLog" request
127127
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"}]
128128
When the request is sent
129129
Then the response status is 413 Payload Too Large
130130

131-
@generated @skip @team:DataDog/logs-backend @team:DataDog/logs-intake
131+
@generated @skip @team:DataDog/event-platform-intake @team:DataDog/logs-backend
132132
Scenario: Send logs returns "Request Timeout" response
133133
Given new "SubmitLog" request
134134
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"}]
135135
When the request is sent
136136
Then the response status is 408 Request Timeout
137137

138-
@skip-go @team:DataDog/logs-backend @team:DataDog/logs-intake
138+
@skip-go @team:DataDog/event-platform-intake @team:DataDog/logs-backend
139139
Scenario: Send logs returns "Request accepted for processing (always 202 empty JSON)." response
140140
Given new "SubmitLog" request
141141
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", "status": "error"}]

0 commit comments

Comments
 (0)