Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip delete tests on typescript #893

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.2",
"regenerated": "2022-05-09 12:30:56.578615",
"spec_repo_commit": "ef28653b"
"regenerated": "2022-05-09 16:43:07.537568",
"spec_repo_commit": "a3819bf3"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-05-09 12:30:56.604525",
"spec_repo_commit": "ef28653b"
"regenerated": "2022-05-09 16:43:07.557285",
"spec_repo_commit": "a3819bf3"
}
}
}
4 changes: 2 additions & 2 deletions features/v1/dashboards.feature
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Feature: Dashboards
When the request is sent
Then the response status is 404 Dashboards Not Found

@team:DataDog/dashboards
@skip-typescript @team:DataDog/dashboards
Scenario: Delete dashboards returns "No Content" response
Given there is a valid "dashboard" in the system
And new "DeleteDashboards" request
Expand Down Expand Up @@ -480,7 +480,7 @@ Feature: Dashboards
When the request is sent
Then the response status is 404 Dashboards Not Found

@team:DataDog/dashboards
@skip-typescript @team:DataDog/dashboards
Scenario: Restore deleted dashboards returns "No Content" response
Given there is a valid "dashboard" in the system
And the "dashboard" was deleted
Expand Down
4 changes: 2 additions & 2 deletions features/v1/downtimes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Feature: Downtimes
And a valid "appKeyAuth" key in the system
And an instance of "Downtimes" API

@team:DataDog/monitor-app
@skip-typescript @team:DataDog/monitor-app
Scenario: Cancel a downtime returns "Downtime not found" response
Given new "CancelDowntime" request
And request contains "downtime_id" parameter with value 0
When the request is sent
Then the response status is 404 Downtime not found

@team:DataDog/monitor-app
@skip-typescript @team:DataDog/monitor-app
Scenario: Cancel a downtime returns "OK" response
Given there is a valid "downtime" in the system
And new "CancelDowntime" request
Expand Down
4 changes: 2 additions & 2 deletions features/v1/notebooks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Feature: Notebooks
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/notebooks
@skip-typescript @team:DataDog/notebooks
Scenario: Delete a notebook returns "Not Found" response
Given new "DeleteNotebook" request
And request contains "notebook_id" parameter with value 123456
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/notebooks
@skip-typescript @team:DataDog/notebooks
Scenario: Delete a notebook returns "OK" response
Given new "DeleteNotebook" request
And there is a valid "notebook" in the system
Expand Down
4 changes: 2 additions & 2 deletions features/v1/webhooks_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feature: Webhooks Integration
When the request is sent
Then the response status is 404 Item Not Found

@skip-terraform-config @team:Datadog/collaboration-integrations
@skip-typescript @skip-terraform-config @team:Datadog/collaboration-integrations
Scenario: Delete a custom variable returns "OK" response
Given there is a valid "webhook_custom_variable" in the system
And new "DeleteWebhooksIntegrationCustomVariable" request
Expand All @@ -59,7 +59,7 @@ Feature: Webhooks Integration
When the request is sent
Then the response status is 404 Item Not Found

@skip-terraform-config @team:Datadog/collaboration-integrations
@skip-typescript @skip-terraform-config @team:Datadog/collaboration-integrations
Scenario: Delete a webhook returns "OK" response
Given there is a valid "webhook" in the system
And new "DeleteWebhooksIntegration" request
Expand Down
2 changes: 1 addition & 1 deletion features/v2/authn_mappings.feature
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Feature: AuthN Mappings
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Delete an AuthN Mapping returns "OK" response
Given there is a valid "role" in the system
And there is a valid "authn_mapping" in the system
Expand Down
4 changes: 2 additions & 2 deletions features/v2/cloud_workload_security.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Feature: Cloud Workload Security
And the response "data.type" is equal to "agent_rule"
And the response "data.attributes.description" is equal to "Test Agent rule"

@team:DataDog/cws-backend @team:DataDog/security-monitoring
@skip-typescript @team:DataDog/cws-backend @team:DataDog/security-monitoring
Scenario: Delete a Cloud Workload Security Agent rule returns "Not Found" response
Given new "DeleteCloudWorkloadSecurityAgentRule" request
And request contains "agent_rule_id" parameter with value "abc-123-xyz"
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/cws-backend @team:DataDog/security-monitoring
@skip-typescript @team:DataDog/cws-backend @team:DataDog/security-monitoring
Scenario: Delete a Cloud Workload Security Agent rule returns "OK" response
Given there is a valid "agent_rule" in the system
And new "DeleteCloudWorkloadSecurityAgentRule" request
Expand Down
2 changes: 1 addition & 1 deletion features/v2/incident_services.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Feature: Incident Services
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-typescript @team:Datadog/incident-app
Scenario: Delete an existing incident service returns "OK" response
Given there is a valid "service" in the system
And operation "DeleteIncidentService" enabled
Expand Down
2 changes: 1 addition & 1 deletion features/v2/incident_teams.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Feature: Incident Teams
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-typescript @team:Datadog/incident-app
Scenario: Delete an existing incident team returns "OK" response
Given there is a valid "team" in the system
And operation "DeleteIncidentTeam" enabled
Expand Down
2 changes: 1 addition & 1 deletion features/v2/incidents.feature
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/incident-app
@skip-typescript @team:DataDog/incident-app
Scenario: Delete an existing incident returns "OK" response
Given operation "DeleteIncident" enabled
And there is a valid "incident" in the system
Expand Down
6 changes: 3 additions & 3 deletions features/v2/key_management.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Feature: Key Management
When the request is sent
Then the response status is 201 Created

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Delete an API key returns "No Content" response
Given there is a valid "api_key" in the system
And new "DeleteAPIKey" request
Expand All @@ -70,15 +70,15 @@ Feature: Key Management
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Delete an Application key owned by current user returns "No Content" response
Given there is a valid "application_key" in the system
And new "DeleteCurrentUserApplicationKey" request
And request contains "app_key_id" parameter from "application_key.data.id"
When the request is sent
Then the response status is 204 No Content

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Delete an Application key returns "No Content" response
Given there is a valid "application_key" in the system
And new "DeleteApplicationKey" request
Expand Down
2 changes: 1 addition & 1 deletion features/v2/logs_metrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Feature: Logs Metrics
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/logs-backend
@skip-typescript @team:DataDog/logs-backend
Scenario: Delete a log-based metric returns "OK" response
Given there is a valid "logs_metric" in the system
And new "DeleteLogsMetric" request
Expand Down
2 changes: 1 addition & 1 deletion features/v2/metrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Feature: Metrics
When the request is sent
Then the response status is 201 Created

@replay-only @team:DataDog/points-aggregation
@replay-only @skip-typescript @team:DataDog/points-aggregation
Scenario: Delete a tag configuration returns "No Content" response
Given there is a valid "metric" in the system
And there is a valid "metric_tag_configuration" in the system
Expand Down
2 changes: 1 addition & 1 deletion features/v2/roles.feature
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Feature: Roles
When the request is sent
Then the response status is 404 Not found

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Delete role returns "OK" response
Given there is a valid "role" in the system
And new "DeleteRole" request
Expand Down
4 changes: 2 additions & 2 deletions features/v2/security_monitoring.feature
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Feature: Security Monitoring
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/security-monitoring
@skip-typescript @team:DataDog/security-monitoring
Scenario: Delete a security filter returns "No Content" response
Given there is a valid "security_filter" in the system
And new "DeleteSecurityFilter" request
Expand Down Expand Up @@ -92,7 +92,7 @@ Feature: Security Monitoring
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/security-monitoring
@skip-typescript @team:DataDog/security-monitoring
Scenario: Delete an existing rule returns "OK" response
Given there is a valid "security_rule" in the system
And new "DeleteSecurityMonitoringRule" request
Expand Down
2 changes: 1 addition & 1 deletion features/v2/service_accounts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Feature: Service Accounts
And the response "data.attributes.scopes" is equal to ["dashboards_read", "dashboards_write", "dashboards_public_share"]
And the response "data.relationships.owned_by.data.id" has the same value as "service_account_user.data.id"

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Delete an app key owned by this service account returns "No Content" response
Given there is a valid "service_account_user" in the system
And there is a valid "service_account_application_key" for "service_account_user"
Expand Down
2 changes: 1 addition & 1 deletion features/v2/users.feature
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Feature: Users
When the request is sent
Then the response status is 404 Not found

@team:DataDog/team-aaa
@skip-typescript @team:DataDog/team-aaa
Scenario: Disable a user returns "OK" response
Given there is a valid "user" in the system
And new "DisableUser" request
Expand Down