Skip to content

Commit ccfce2d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 72395ef of spec repo
1 parent ade0d82 commit ccfce2d

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
@@ -28320,6 +28320,8 @@ components:
2832028320
- `@git.branch`
2832128321
- `@test.codeowners`
2832228322
- `env`
28323+
- `failure_rate`
28324+
- `pipelines_failed`
2832328325
example: 'flaky_test_state:active @git.repository.id_v2:"github.com/datadog/shopist"'
2832428326
type: string
2832528327
type: object
@@ -144251,7 +144253,7 @@ paths:
144251144253
Set `include_history` to `true` in the request to receive the status change history for each test.
144252144254
History is disabled by default for better performance.
144253144255

144254-
Results support filtering by various facets including service, environment, repository, branch, and test state.
144256+
Results support filtering by various facets including service, environment, repository, branch, test state, failure rate, and pipeline failures.
144255144257
operationId: SearchFlakyTests
144256144258
requestBody:
144257144259
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)