-
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 bulk ingest NPE with empty pipeline #15033
Conversation
Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
❌ Gradle check result for 623ef8a: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15033 +/- ##
============================================
- Coverage 71.84% 71.77% -0.07%
+ Complexity 62820 62751 -69
============================================
Files 5169 5169
Lines 294664 294668 +4
Branches 42615 42616 +1
============================================
- Hits 211691 211506 -185
- Misses 65530 65777 +247
+ Partials 17443 17385 -58 ☔ View full report in Codecov by Sentry. |
server/src/test/java/org/opensearch/ingest/IngestServiceTests.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 2ff3986: 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? |
❌ Gradle check result for 2cf0357: 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? |
❌ Gradle check result for 2cf0357: 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? |
Signed-off-by: Liyun Xiu <[email protected]>
❌ Gradle check result for 09630be: 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? |
Failing due to - :distribution:bwc:staged:buildBwcLinuxTar - #7396 |
❌ Gradle check result for 9e21d1f: 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? |
|
Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit b47b401) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
(cherry picked from commit b47b401) Signed-off-by: Liyun Xiu <[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> Co-authored-by: Gao Binlong <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
Description
Fix NPE when bulk ingest with empty pipeline
Related Issues
#15032
Check List
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.