-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Auto Force Merge] Async task initialization fix #19197
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
Conversation
Signed-off-by: Harsh Kothari <[email protected]>
|
❌ 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 <[email protected]>
|
❌ 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 <[email protected]>
|
❌ 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 <[email protected]>
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 <[email protected]>
…19197) Signed-off-by: Harsh Kothari <[email protected]>
…19197) Signed-off-by: Harsh Kothari <[email protected]> Signed-off-by: Ankit Jain <[email protected]>
…19197) Signed-off-by: Harsh Kothari <[email protected]> Signed-off-by: Ankit Jain <[email protected]>
…19197) Signed-off-by: Harsh Kothari <[email protected]>
…19197) Signed-off-by: Harsh Kothari <[email protected]>
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.