MOD-9856: Check For Timeout Inside RpidxNext Loop#6298
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6298 +/- ##
==========================================
- Coverage 88.88% 88.87% -0.01%
==========================================
Files 240 240
Lines 40515 40515
Branches 3165 3165
==========================================
- Hits 36011 36008 -3
- Misses 4469 4472 +3
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-6298-to-2.8 origin/2.8
cd .worktree/backport-6298-to-2.8
git switch --create backport-6298-to-2.8
git cherry-pick -x 912f4d20260e7b16a04b5d242c3eb1abf39dea63 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.6
git worktree add -d .worktree/backport-6298-to-2.6 origin/2.6
cd .worktree/backport-6298-to-2.6
git switch --create backport-6298-to-2.6
git cherry-pick -x 912f4d20260e7b16a04b5d242c3eb1abf39dea63 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-6298-to-2.10 origin/2.10
cd .worktree/backport-6298-to-2.10
git switch --create backport-6298-to-2.10
git cherry-pick -x 912f4d20260e7b16a04b5d242c3eb1abf39dea63 |
* check for timeout inside rpidxNext loop * typo (cherry picked from commit 912f4d2)
|
Successfully created backport PR for |
MOD-9856: Check For Timeout Inside RpidxNext Loop (#6298) * check for timeout inside rpidxNext loop * typo (cherry picked from commit 912f4d2) Co-authored-by: kei-nan <[email protected]>
* check for timeout inside rpidxNext loop * typo (cherry picked from commit 912f4d2)
* check for timeout inside rpidxNext loop * typo (cherry picked from commit 912f4d2)
* check for timeout inside rpidxNext loop * typo (cherry picked from commit 912f4d2)
MOD-9856: Check For Timeout Inside RpidxNext Loop (#6298) * check for timeout inside rpidxNext loop * typo (cherry picked from commit 912f4d2) Co-authored-by: kei-nan <[email protected]>
Describe the changes in the pull request
Check for timeout inside the rpidxNext loop to avoid getting killed by watchdog.
A clear and concise description of what the PR is solving, including:
Main objects this PR modified
Mark if applicable