Skip to content

Commit c87531a

Browse files
Merge branch 'master' into datadog-api-spec/generated/1433
2 parents a42da8f + f1ae477 commit c87531a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/scenarios/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 }}"}]

tests/scenarios/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)