-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Backport 1.3]Transform maxclauses fix (#477) (#482) #489
[Backport 1.3]Transform maxclauses fix (#477) (#482) #489
Conversation
…#482) * transform maxClauses fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * added bucket log to track processed buckets Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * various renames/changes Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * fixed detekt issues Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * added comments to test Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * removed debug logging Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * empty commit to trigger checks Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * reduced pageSize to 1 in few ITs to avoid flaky tests; fixed bug where pagesProcessed was calculated incorrectly Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * reverted pagesProcessed change; fixed few ITs Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 7475cfd) Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit b39bd64)
Codecov Report
@@ Coverage Diff @@
## 1.3 #489 +/- ##
============================================
- Coverage 75.72% 75.69% -0.04%
- Complexity 2010 2023 +13
============================================
Files 253 254 +1
Lines 11475 11521 +46
Branches 1816 1823 +7
============================================
+ Hits 8690 8721 +31
- Misses 1759 1768 +9
- Partials 1026 1032 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Whitesource Security Check is failing, can you fix it ? https://github.com/opensearch-project/index-management/pull/489/checks?check_run_id=8146400738 |
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
(cherry picked from commit 7475cfd)
Co-authored-by: Petar Dzepina petar.dzepina@gmail.com
(cherry picked from commit b39bd64)
Issue #, if available:
Description of changes:
CheckList:
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.