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

Added _cat tests. #373

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Added _cat tests. #373

merged 1 commit into from
Jul 2, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Jul 2, 2024

Description

Fixed /_cat/pit_segments/{pit_id}, /_cat/cluster_manager, /_cat/allocation, /_cat/shards, and /_cat/thread_pool. Added tests for many of the _cat scenarios and _aliases.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

github-actions bot commented Jul 2, 2024

Changes Analysis

Commit SHA: 89b2e32
Comparing To SHA: d25459f

API Changes

Summary


├─┬Paths
│ └─┬/_cat/cluster_manager
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         ├──[➕] content (23152:11)
│         └──[➕] content (23150:11)
└─┬Components
  └──[➕] schemas (38408:7)

Document Element Total Changes Breaking Changes
paths 2 0
components 1 0
  • Total Changes: 3
  • Additions: 3

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9768516690/artifacts/1661561067

API Coverage

Before After Δ
Covered (%) 483 (47.31 %) 483 (47.31 %) 0 (0 %)
Uncovered (%) 538 (52.69 %) 538 (52.69 %) 0 (0 %)
Unknown 24 24 0

…allocation`, `/_cat/shards`, and `/_cat/thread_pool`.

Signed-off-by: dblock <[email protected]>
@Xtansia Xtansia merged commit 666812e into opensearch-project:main Jul 2, 2024
9 checks passed
@dblock dblock deleted the cat-tests branch July 2, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants