Skip to content

Commit fecfa71

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c318102 of spec repo
1 parent 61e6679 commit fecfa71

3 files changed

Lines changed: 7 additions & 4 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/main/java/com/datadog/api/client/v2/api/TestOptimizationApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ public PaginationIterable<FlakyTest> searchFlakyTestsWithPagination(
639639
* <p>Set <code>include_history</code> to <code>true</code> in the request to receive the status
640640
* change history for each test. History is disabled by default for better performance.
641641
*
642-
* <p>Results support filtering by various facets including service, environment, repository,
643-
* branch, and test state.
642+
* <p>Results support filtering by various facets, including service, environment, repository,
643+
* branch, test state, failure rate, and pipeline failures.
644644
*
645645
* @param parameters Optional parameters for the request.
646646
* @return ApiResponse&lt;FlakyTestsSearchResponse&gt;

src/main/java/com/datadog/api/client/v2/model/FlakyTestsSearchFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ public FlakyTestsSearchFilter query(String query) {
6464
* UI. The supported search keys are: - <code>flaky_test_state</code> - <code>flaky_test_category
6565
* </code> - <code>@test.name</code> - <code>@test.suite</code> - <code>@test.module</code> -
6666
* <code>@test.service</code> - <code>@git.repository.id_v2</code> - <code>@git.branch</code> -
67-
* <code>@test.codeowners</code> - <code>env</code>
67+
* <code>@test.codeowners</code> - <code>env</code> - <code>failure_rate</code> - <code>
68+
* pipelines_failed</code>
6869
*
6970
* @return query
7071
*/

0 commit comments

Comments
 (0)