-
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 flaky test in {yaml=ingest/70_bulk} #15172
Conversation
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
❌ Gradle check result for 12b64b8: 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? |
Needs #15160 |
@gaobinlong could you rebase please? thank you! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15172 +/- ##
============================================
+ Coverage 71.84% 71.88% +0.03%
+ Complexity 62953 62929 -24
============================================
Files 5178 5178
Lines 295204 295204
Branches 42682 42682
============================================
+ Hits 212099 212197 +98
+ Misses 65710 65592 -118
- Partials 17395 17415 +20 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Gao Binlong <gbinlong@amazon.com> (cherry picked from commit 8f95735) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 8f95735) Signed-off-by: Gao Binlong <gbinlong@amazon.com> 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>
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Description
Similar to #15162, there's also a flaky test
org.opensearch.ingest.common.IngestCommonClientYamlTestSuiteIT.test {yaml=ingest/70_bulk/Test bulk upsert honors default_pipeline and final_pipeline when the auto-created index matches with the index template}
, we need to addallowed_warnings
for it.Related Issues
#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.