-
Notifications
You must be signed in to change notification settings - Fork 2k
Add simple PolicyParser unit test #17690
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 simple PolicyParser unit test #17690
Conversation
Signed-off-by: Andrew Ross <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a mill , @andrross
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17690 +/- ##
============================================
- Coverage 72.40% 72.17% -0.23%
- Complexity 65828 65928 +100
============================================
Files 5316 5330 +14
Lines 305294 306922 +1628
Branches 44289 44651 +362
============================================
+ Hits 221033 221520 +487
- Misses 66187 67222 +1035
- Partials 18074 18180 +106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 3fb09c7.
This reverts commit 3fb09c7. Signed-off-by: Andrew Ross <[email protected]>
This reverts commit 3fb09c7. Signed-off-by: Andrew Ross <[email protected]>
* Revert "Add simple PolicyParser unit test (#17690)" This reverts commit 3fb09c7. Signed-off-by: Andrew Ross <[email protected]> * Revert "Add support of Java policies (#17663)" This reverts commit 17289b7. Signed-off-by: Andrew Ross <[email protected]> --------- Signed-off-by: Andrew Ross <[email protected]>
Add simple PolicyParser unit test (opensearch-project#17690) Signed-off-by: Andrew Ross <[email protected]>
Follow on to #17663. Adding a basic unit test of the policy parsing logic.
Check List
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.