-
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
[Backport 2.x] Fix yml test {p0=indices.delete_index_template/10_basic} is flaky #15171
Conversation
…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>
❌ Gradle check result for 18ad48a: 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? |
@gaobinlong seems like another one? or unrelated?
|
This failure relates to another PR which added the test case, I've opened a new PR to fix it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15171 +/- ##
============================================
+ Coverage 71.48% 71.56% +0.07%
- Complexity 62677 62784 +107
============================================
Files 5123 5129 +6
Lines 294480 294688 +208
Branches 42912 42941 +29
============================================
+ Hits 210518 210883 +365
+ Misses 66286 66133 -153
+ Partials 17676 17672 -4 ☔ View full report in Codecov by Sentry. |
Backport 4fe0358 from #15162.