Conversation
Disable region patrol before starting a fresh test environment so no in-flight patrol can consume the batch-split entries before the exact-set assertion. Clean up the environment before restoring the failpoint. Signed-off-by: Ryan Leung <rleungx@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthrough
ChangesPending regions test
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Other Merge Risk: ⚪ Minimal · up to This test-only change isolates scheduling state and restores the failpoint safely, with no established merge-blocking risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai[bot]: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11257 +/- ##
==========================================
+ Coverage 79.73% 79.75% +0.01%
==========================================
Files 546 546
Lines 79262 79262
==========================================
+ Hits 63203 63217 +14
+ Misses 11686 11667 -19
- Partials 4373 4378 +5
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: coderabbitai[bot], lhy1024 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
TestRaftClusterTestSuite/TestPendingProcessedRegionsraces with region patrol: the source region can be removed from the pending list before the exact-set assertion.Issue Number: ref #10409
The concrete failure was observed in #11251's NextGen job. This fixes the pending-list assertion race, not the different historical failure reported in #10409.
What is changed and how does it work?
Check List
Tests
nextgen,without_dashboard).without_dashboard).without_dashboard).gofmtandgit diff --check: passed.Release note
Summary by CodeRabbit