-
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
Revert "amending tests to include all codecs (#8907)" #8968
Conversation
This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@sarthakaggarwal97 I have to revert the change for now, I have not figured out exactly what is happening but the tests are failing because of the wrong posting format that is coming from the codec. We will get back to that but massive flaky tests fail the builds. |
Gradle Check (Jenkins) Run Completed with:
|
@nknize another source of flakyness (it looks like) |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8968 +/- ##
============================================
- Coverage 71.17% 71.01% -0.16%
+ Complexity 57284 57226 -58
============================================
Files 4759 4759
Lines 269881 269885 +4
Branches 39488 39489 +1
============================================
- Hits 192078 191654 -424
- Misses 61601 62068 +467
+ Partials 16202 16163 -39
|
noted @reta, will look into this |
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta @nknize figured out the issue |
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Thanks @sarthakaggarwal97 that sound like the reasons and aligned with what was observed for tests that fail |
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
…" (opensearch-project#8968) This reverts commit c43743d. Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
This reverts commit c43743d.
Description
Revert "amending tests to include all codecs (#8907)", causing random failures for completion suggesters
See please https://build.ci.opensearch.org/job/gradle-check/21267 and #8963
Related Issues
Closes #8966
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.