Skip to content

Commit cfeb7d8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c23d0d6 of spec repo
1 parent 243ca14 commit cfeb7d8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28714,6 +28714,8 @@ components:
2871428714
- `@git.branch`
2871528715
- `@test.codeowners`
2871628716
- `env`
28717+
- `failure_rate`
28718+
- `pipelines_failed`
2871728719
example: 'flaky_test_state:active @git.repository.id_v2:"github.com/datadog/shopist"'
2871828720
type: string
2871928721
type: object
@@ -145105,7 +145107,7 @@ paths:
145105145107
Set `include_history` to `true` in the request to receive the status change history for each test.
145106145108
History is disabled by default for better performance.
145107145109

145108-
Results support filtering by various facets including service, environment, repository, branch, and test state.
145110+
Results support filtering by various facets, including service, environment, repository, branch, test state, failure rate, and pipeline failures.
145109145111
operationId: SearchFlakyTests
145110145112
requestBody:
145111145113
content:

lib/datadog_api_client/v2/api/test_optimization_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def search_flaky_tests(opts = {})
247247
# Set `include_history` to `true` in the request to receive the status change history for each test.
248248
# History is disabled by default for better performance.
249249
#
250-
# Results support filtering by various facets including service, environment, repository, branch, and test state.
250+
# Results support filtering by various facets, including service, environment, repository, branch, test state, failure rate, and pipeline failures.
251251
#
252252
# @param opts [Hash] the optional parameters
253253
# @option opts [FlakyTestsSearchRequest] :body

lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ class FlakyTestsSearchFilter
3737
# - `@git.branch`
3838
# - `@test.codeowners`
3939
# - `env`
40+
# - `failure_rate`
41+
# - `pipelines_failed`
4042
attr_accessor :query
4143

4244
attr_accessor :additional_properties

0 commit comments

Comments
 (0)