-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix yml test {p0=indices.delete_index_template/10_basic} is flaky #15162
Conversation
Signed-off-by: Gao Binlong <[email protected]>
Signed-off-by: Gao Binlong <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15162 +/- ##
=========================================
Coverage 71.74% 71.75%
+ Complexity 62904 62848 -56
=========================================
Files 5178 5178
Lines 295167 295167
Branches 42679 42679
=========================================
+ Hits 211774 211796 +22
+ Misses 66011 65947 -64
- Partials 17382 17424 +42 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for 7c1efb1: 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? |
…5162) * Fix yml test {p0=indices.delete_index_template/10_basic} is flaky Signed-off-by: Gao Binlong <[email protected]> * Fix warning message Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit 4fe0358) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…5162) (#15171) * Fix yml test {p0=indices.delete_index_template/10_basic} is flaky * Fix warning message --------- (cherry picked from commit 4fe0358) Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ensearch-project#15162) * Fix yml test {p0=indices.delete_index_template/10_basic} is flaky Signed-off-by: Gao Binlong <[email protected]> * Fix warning message Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
…ensearch-project#15162) * Fix yml test {p0=indices.delete_index_template/10_basic} is flaky Signed-off-by: Gao Binlong <[email protected]> * Fix warning message Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
…ensearch-project#15162) * Fix yml test {p0=indices.delete_index_template/10_basic} is flaky Signed-off-by: Gao Binlong <[email protected]> * Fix warning message Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
Description
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.delete_index_template/10_basic/Delete index template which is not used by data stream but index pattern matches}
is flaky, the reason is that the mixed version cluster has a template with index patterns*
, so when creating a new index template, the API returns a warning headerindex template [test_template_1] has index patterns [test-*]...
.Related Issues
Resolves #15161
Check List
- [ ] Functionality includes testing.
- [ ] API changes companion pull request created, if applicable.
- [ ] Public documentation issue/PR created, if applicable.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.