-
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
Changed the test for RegexValidator class #608
Conversation
src/test/java/org/opensearch/sdk/sample/helloworld/TestHelloWorldExtension.java
Show resolved
Hide resolved
src/test/java/org/opensearch/sdk/sample/helloworld/TestHelloWorldExtension.java
Outdated
Show resolved
Hide resolved
98882a1
to
ffbf74c
Compare
src/main/java/org/opensearch/sdk/sample/helloworld/ExampleCustomSettingConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/sdk/sample/helloworld/ExampleCustomSettingConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/sdk/sample/helloworld/ExampleCustomSettingConfig.java
Outdated
Show resolved
Hide resolved
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.
Let's make this even simpler!
src/main/java/org/opensearch/sdk/sample/helloworld/ExampleCustomSettingConfig.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/sdk/sample/helloworld/TestHelloWorldExtension.java
Outdated
Show resolved
Hide resolved
@Kuanysh-kst Looks like gradle check is failing. Please rebase your PR with SDK main |
The failure is the signature of the class just merged in companion PR. May need to wait for snapshot publishing. |
Snapshot has been published: https://github.com/opensearch-project/OpenSearch/actions/runs/4639883181. Updated the |
Build is failing because of:
|
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Signed-off-by: Kuanysh <[email protected]>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #608 +/- ##
============================================
+ Coverage 64.08% 64.17% +0.08%
- Complexity 268 269 +1
============================================
Files 54 54
Lines 1150 1150
Branches 35 35
============================================
+ Hits 737 738 +1
+ Misses 402 401 -1
Partials 11 11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Daniel Widdis <[email protected]>
* Created the MapperExtension interface and added the MapperPlugin content Signed-off-by: Kuanysh <[email protected]> * deleted comments Signed-off-by: Kuanysh <[email protected]> * add javadoc Signed-off-by: Kuanysh <[email protected]> * add unit test Signed-off-by: Kuanysh <[email protected]> * refactor for unit test Signed-off-by: Kuanysh <[email protected]> * fix bugs Signed-off-by: Kuanysh <[email protected]> * code refactoring Signed-off-by: Kuanysh <[email protected]> * change test Signed-off-by: Kuanysh <[email protected]> * code refactoring Signed-off-by: Kuanysh <[email protected]> * shortened the code Signed-off-by: Kuanysh <[email protected]> * add false parametr Signed-off-by: Kuanysh <[email protected]> * code rafactoring Signed-off-by: Kuanysh <[email protected]> * Remove stray file from old commit that survived rebase Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Kuanysh <[email protected]> Signed-off-by: Daniel Widdis <[email protected]> Co-authored-by: Daniel Widdis <[email protected]> (cherry picked from commit a7a8164) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Created the MapperExtension interface and added the MapperPlugin content * deleted comments * add javadoc * add unit test * refactor for unit test * fix bugs * code refactoring * change test * code refactoring * shortened the code * add false parametr * code rafactoring * Remove stray file from old commit that survived rebase --------- (cherry picked from commit a7a8164) Signed-off-by: Kuanysh <[email protected]> Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Widdis <[email protected]> Co-authored-by: Owais Kazi <[email protected]>
Description
In this PR, I am refactoring the test so that it passes, this PR is related to this PR: opensearch-project/OpenSearch#6823
Issues Resolved
#591
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.