-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Readding codecs in the tests #8987
Readding codecs in the tests #8987
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8987 +/- ##
============================================
- Coverage 71.03% 71.01% -0.03%
- Complexity 57229 57237 +8
============================================
Files 4765 4765
Lines 270293 270293
Branches 39533 39533
============================================
- Hits 192013 191956 -57
- Misses 62086 62164 +78
+ Partials 16194 16173 -21 |
Why was this draft PR opened? I can see that this is a duplicate of #8907. |
@Poojita-Raj #8907 was reverted due to flaky search tests. I root caused the failure over here |
@reta please review this PR! I've raised it again without the |
test/framework/src/main/java/org/opensearch/test/OpenSearchIntegTestCase.java
Show resolved
Hide resolved
qa/rolling-upgrade/src/test/java/org/opensearch/upgrades/IndexingIT.java
Outdated
Show resolved
Hide resolved
123e6ca
to
56a3cb3
Compare
Gradle Check (Jenkins) Run Completed with:
|
56a3cb3
to
712db86
Compare
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
712db86
to
af082f5
Compare
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
@sarthakaggarwal97 thanks, for 2.x, would you update #8955 or should we add backport label to this pull request? |
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Adding ZStandard Codecs in existing tests
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.