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

Add tests. #547

Merged
merged 6 commits into from
Sep 4, 2024
Merged

Add tests. #547

merged 6 commits into from
Sep 4, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Sep 2, 2024

Description

  • Add tests for /_cluster/state.
  • Added tests for /_count, /{index}/_count and added missing terminated_early.
  • Moved _dangling tests into core.
  • Added tests for /_data_stream/_stats.
  • Added tests for /{index}/_delete_by_query.

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
Contributor

github-actions bot commented Sep 2, 2024

Changes Analysis

Commit SHA: 5e10556
Comparing To SHA: 1316e77

API Changes

Summary

└─┬Paths
  ├─┬/{index}/_count
  │ ├─┬GET
  │ │ └─┬Responses
  │ │   └─┬200
  │ │     └─┬application/json
  │ │       └─┬Schema
  │ │         └──[➕] properties (25600:15)
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └──[➕] properties (25600:15)
  └─┬/_count
    ├─┬GET
    │ └─┬Responses
    │   └─┬200
    │     └─┬application/json
    │       └─┬Schema
    │         └──[➕] properties (25600:15)
    └─┬POST
      └─┬Responses
        └─┬200
          └─┬application/json
            └─┬Schema
              └──[➕] properties (25600:15)

Document Element Total Changes Breaking Changes
paths 4 0
  • Total Changes: 4
  • Additions: 4

Report

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

API Coverage

Before After Δ
Covered (%) 533 (52.2 %) 533 (52.2 %) 0 (0 %)
Uncovered (%) 488 (47.8 %) 488 (47.8 %) 0 (0 %)
Unknown 26 26 0

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Spec Test Coverage Analysis

Total Tested
559 267 (47.76 %)

@dblock dblock changed the title Add tests for /_cluster/state, /_count, /{index}/_count and terminated_early. Add tests. Sep 3, 2024
@dblock dblock force-pushed the add-tests branch 2 times, most recently from 23b002c to 9b918c3 Compare September 3, 2024 18:46
nhtruong
nhtruong previously approved these changes Sep 4, 2024
@nhtruong nhtruong merged commit 0733e62 into opensearch-project:main Sep 4, 2024
18 checks passed
@dblock dblock deleted the add-tests branch September 4, 2024 18:23
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