-
Notifications
You must be signed in to change notification settings - Fork 59
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
Validate order of superseded operations. #326
Validate order of superseded operations. #326
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #326 +/- ##
==========================================
- Coverage 89.50% 89.50% -0.01%
==========================================
Files 40 40
Lines 1172 1200 +28
Branches 254 298 +44
==========================================
+ Hits 1049 1074 +25
+ Misses 122 116 -6
- Partials 1 10 +9 ☔ View full report in Codecov by Sentry. |
Changes AnalysisCommit SHA: 70a0c14 API ChangesSummaryNO CHANGES ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9422946413/artifacts/1580589160 API Coverage
|
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
38fd216
to
fa888fc
Compare
Signed-off-by: dblock <dblock@amazon.com>
fa888fc
to
cb902b6
Compare
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Description
Validate order of superseded operations.
Moved helpers to
src
, added some tests.The
src
folder is already a project root, no need for relative includes.Issues Resolved
Closes #272 together with #325.
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.