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 support for skipping tests using semver range. #410

Merged
merged 8 commits into from
Jul 11, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Jul 11, 2024

Description

  • Added support for skipping tests using semver range.
  • Run tests against OpenSearch 2.0.

Issues Resolved

Closes #398.

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 Jul 11, 2024

Changes Analysis

Commit SHA: 4f3f81d
Comparing To SHA: f8788da

API Changes

Summary


├─┬Info
│ └─┬Extensions
│   └──[➕] x-api-version (5:18)
├─┬Paths
│ ├─┬/_cache/clear
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (15602:24)
│ ├─┬/_forcemerge
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Extensions
│ │   │   └──[➕] x-version-added (16362:24)
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (16353:24)
│ ├─┬/{index}/_split/{target}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └─┬Extensions
│ │ │     └──[➕] x-version-added (17716:24)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (17716:24)
│ ├─┬/{index}/_shrink/{target}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └─┬Extensions
│ │ │     └──[➕] x-version-added (17549:24)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (17549:24)
│ ├─┬/_upgrade
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (17879:24)
│ ├─┬/{index}/_cache/clear
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (15602:24)
│ ├─┬/{index}/_clone/{target}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └─┬Extensions
│ │ │     └──[➕] x-version-added (15702:24)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (15702:24)
│ ├─┬/{index}/_open
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (16938:24)
│ ├─┬/{index}/_forcemerge
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Extensions
│ │   │   └──[➕] x-version-added (16353:24)
│ │   └─┬Parameters
│ │     └─┬Extensions
│ │       └──[➕] x-version-added (16362:24)
│ └─┬/{index}/_upgrade
│   └─┬POST
│     └─┬Parameters
│       └─┬Extensions
│         └──[➕] x-version-added (17879:24)
└─┬Components
  └─┬_common:PluginStats
    └─┬custom_foldername
      └──[➕] nullable (27018:21)❌ 

Document Element Total Changes Breaking Changes
info 1 0
paths 15 0
components 1 1
  • BREAKING Changes: 1 out of 17
  • Additions: 17
  • Breaking Additions: 1

Report

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

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

@dblock dblock force-pushed the opensearch-2.0.0 branch 3 times, most recently from aacfc4a to 5aeef12 Compare July 11, 2024 18:19
@dblock dblock force-pushed the opensearch-2.0.0 branch 7 times, most recently from 88f543c to 31288b8 Compare July 11, 2024 19:37
dblock added 6 commits July 11, 2024 15:48
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
@dblock dblock force-pushed the opensearch-2.0.0 branch from 31288b8 to 594a9d3 Compare July 11, 2024 19:49
dblock added 2 commits July 11, 2024 16:04
…n 2.13 and 2.7 respectively.

Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
@dblock dblock force-pushed the opensearch-2.0.0 branch from 9ffa887 to 4f3f81d Compare July 11, 2024 20:15
@dblock dblock marked this pull request as ready for review July 11, 2024 20:17
@Xtansia Xtansia merged commit 1a73935 into opensearch-project:main Jul 11, 2024
20 checks passed
@dblock dblock deleted the opensearch-2.0.0 branch July 11, 2024 21:31
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.

[FEATURE] Run tests against multiple versions of OpenSearch
2 participants