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

Skip only known or hidden files. #498

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Aug 12, 2024

Description

One of the unfortunate side effects of #473 is that it's very easy to miss a test file that is misnamed. For example in #497 we have .yml, or files that aren't yml at all but get skipped.

In this PR we only skip known and hidden things.

cc: @awick

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.

@dblock dblock added the skip-changelog No need to update CHANGELOG. label Aug 12, 2024
@dblock dblock force-pushed the skip-only-known-files branch from 6b39dd7 to 92b65b9 Compare August 12, 2024 18:35
Signed-off-by: dblock <dblock@amazon.com>
@dblock dblock force-pushed the skip-only-known-files branch from 92b65b9 to c3fb570 Compare August 12, 2024 18:36
Copy link
Contributor

github-actions bot commented Aug 12, 2024

Changes Analysis

Commit SHA: c3fb570
Comparing To SHA: 9eb3732

API Changes

Summary

NO CHANGES

Report

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

API Coverage

Before After Δ
Covered (%) 522 (51.13 %) 522 (51.13 %) 0 (0 %)
Uncovered (%) 499 (48.87 %) 499 (48.87 %) 0 (0 %)
Unknown 26 26 0

Copy link
Contributor

Spec Test Coverage Analysis

Total Tested
548 208 (37.96 %)

@awick
Copy link
Contributor

awick commented Aug 12, 2024

lol, how I first had it :)

@dblock
Copy link
Member Author

dblock commented Aug 12, 2024

lol, how I first had it :)

Amen.

@Xtansia Xtansia merged commit 2ee3104 into opensearch-project:main Aug 12, 2024
16 checks passed
@dblock dblock deleted the skip-only-known-files branch August 12, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No need to update CHANGELOG.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants