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] [BUG] CompletionSuggestSearchIT.testSkipDuplicates is flaky #11200

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 106e83a from #8963.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 106e83a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change f6f816d

Incompatible components

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

Skipped components

Compatible components

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

Copy link
Contributor

❌ Gradle check result for f6f816d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 14, 2023

❌ Gradle check result for f6f816d: FAILURE

#2775

Copy link
Contributor

❌ Gradle check result for f6f816d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 14, 2023

❌ Gradle check result for f6f816d: FAILURE

* What went wrong:
Execution failed for task ':qa:wildfly:composeUp'.
> Exit-code 1 when calling /usr/bin/docker-compose, stdout: N/A

Copy link
Contributor

❌ Gradle check result for f6f816d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 14, 2023

❌ Gradle check result for f6f816d: FAILURE


* What went wrong:
Execution failed for task ':qa:wildfly:composeUp'.
> Exit-code 1 when calling /usr/bin/docker-compose, stdout: N/A

Copy link
Contributor

❌ Gradle check result for f6f816d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 14, 2023

❌ Gradle check result for f6f816d: FAILURE

#5329

Copy link
Contributor

❌ Gradle check result for f6f816d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 15, 2023

❌ Gradle check result for f6f816d: FAILURE

* What went wrong:
Execution failed for task ':qa:wildfly:composeUp'.
> Exit-code 1 when calling /usr/bin/docker-compose, stdout: N/A

Copy link
Contributor

❌ Gradle check result for f6f816d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 15, 2023

❌ Gradle check result for f6f816d: FAILURE

#11032
#10231

Copy link
Contributor

❕ Gradle check result for f6f816d: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.search.SearchWeightedRoutingIT.testMultiGetWithNetworkDisruption_FailOpenEnabled
      1 org.opensearch.indices.replication.SegmentReplicationIT.classMethod

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 15, 2023

Codecov Report

Attention: 54 lines in your changes are missing coverage. Please review.

Comparison is base (827099e) 70.88% compared to head (f6f816d) 71.00%.
Report is 6 commits behind head on 2.x.

Files Patch % Lines
.../index/search/comparators/HalfFloatComparator.java 0.00% 29 Missing ⚠️
...eldcomparator/HalfFloatValuesComparatorSource.java 25.00% 12 Missing ⚠️
...search/suggest/completion/CompletionSuggester.java 0.00% 5 Missing ⚠️
...rg/opensearch/gradle/OpenSearchTestBasePlugin.java 0.00% 4 Missing ⚠️
...g/opensearch/tools/launchers/SystemJvmOptions.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11200      +/-   ##
============================================
+ Coverage     70.88%   71.00%   +0.12%     
- Complexity    58926    58996      +70     
============================================
  Files          4862     4864       +2     
  Lines        278389   278447      +58     
  Branches      40806    40813       +7     
============================================
+ Hits         197336   197715     +379     
+ Misses        64289    63887     -402     
- Partials      16764    16845      +81     

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

@reta reta merged commit afcbae2 into 2.x Nov 15, 2023
42 of 69 checks passed
@github-actions github-actions bot deleted the backport/backport-8963-to-2.x branch November 15, 2023 12:32
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