Skip to content
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 2.x] fix-flaky: MultiCodecReindexTests #11282

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

r1walz
Copy link
Contributor

@r1walz r1walz commented Nov 20, 2023

Backport 0d3d7ae from #10980.

Segement merges during source index indexing is leading to flakiness.
Let's stop merges altogether.

Signed-off-by: Rohit Ashiwal <[email protected]>
(cherry-picked from commit 0d3d7ae)
Signed-off-by: Rohit Ashiwal <[email protected]>
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change cb081bc

Incompatible components

Incompatible components: [https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/performance-analyzer-rca.git]

Copy link
Contributor

❕ Gradle check result for cb081bc: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT.test {yaml=pit/10_basic/Delete all}

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a27c35d) 70.95% compared to head (cb081bc) 70.99%.
Report is 3 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11282      +/-   ##
============================================
+ Coverage     70.95%   70.99%   +0.04%     
- Complexity    58998    59078      +80     
============================================
  Files          4869     4869              
  Lines        278630   278630              
  Branches      40825    40825              
============================================
+ Hits         197711   197823     +112     
+ Misses        64222    64108     -114     
- Partials      16697    16699       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta merged commit bd32b61 into opensearch-project:2.x Nov 20, 2023
43 of 69 checks passed
@r1walz r1walz deleted the backport/backport-10980-to-2.x branch November 21, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants