Skip to content

Commit ec5d405

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c23d0d6 of spec repo
1 parent fd58c5a commit ec5d405

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:

src/datadog_api_client/v2/api/test_optimization_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def search_flaky_tests(
260260
Set ``include_history`` to ``true`` in the request to receive the status change history for each test.
261261
History is disabled by default for better performance.
262262
263-
Results support filtering by various facets including service, environment, repository, branch, and test state.
263+
Results support filtering by various facets, including service, environment, repository, branch, test state, failure rate, and pipeline failures.
264264
265265
:type body: FlakyTestsSearchRequest, optional
266266
:rtype: FlakyTestsSearchResponse

src/datadog_api_client/v2/model/flaky_tests_search_filter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def __init__(
4949
* ``@git.branch``
5050
* ``@test.codeowners``
5151
* ``env``
52+
* ``failure_rate``
53+
* ``pipelines_failed``
5254
:type query: str, optional
5355
"""
5456
if include_history is not unset:

0 commit comments

Comments
 (0)