[Auto Force Merge] Async task initialization fix#19197
[Auto Force Merge] Async task initialization fix#19197gbbafna merged 7 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Harsh Kothari <techarsh@amazon.com>
|
❌ Gradle check result for dacda02: 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: Harsh Kothari <techarsh@amazon.com>
|
❌ Gradle check result for f5b934e: 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? |
…edemergefix Signed-off-by: Harsh Kothari <techarsh@amazon.com>
|
❌ Gradle check result for d354b2a: 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? |
…edemergefix Signed-off-by: Harsh Kothari <techarsh@amazon.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19197 +/- ##
============================================
+ Coverage 72.87% 72.96% +0.08%
Complexity 69698 69698
============================================
Files 5656 5656
Lines 319999 319999
Branches 46335 46335
============================================
+ Hits 233207 233473 +266
+ Misses 67946 67616 -330
- Partials 18846 18910 +64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…19197) Signed-off-by: Harsh Kothari <techarsh@amazon.com>
…19197) Signed-off-by: Harsh Kothari <techarsh@amazon.com>
…19197) Signed-off-by: Harsh Kothari <techarsh@amazon.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
…19197) Signed-off-by: Harsh Kothari <techarsh@amazon.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
…19197) Signed-off-by: Harsh Kothari <techarsh@amazon.com>
…19197) Signed-off-by: Harsh Kothari <techarsh@amazon.com>
Description
Async task initialization added to doStart method as the task is throwing null pointer exception when called within the time interval where autoForceMerge manager object is initialized and started.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.