-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Test: remove loop closure #17844
base: main
Are you sure you want to change the base?
Test: remove loop closure #17844
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Thanks, @harshal-rembhotkar ! What you did so far is indeed exactly what the issue was about. We should do it for all tests (unit and endtoend) in one PR though if possible. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17844 +/- ##
==========================================
- Coverage 67.95% 67.47% -0.49%
==========================================
Files 1585 1592 +7
Lines 255162 258209 +3047
==========================================
+ Hits 173408 174217 +809
- Misses 81754 83992 +2238 ☔ View full report in Codecov by Sentry. |
Thanks @mattlord! Glad to hear that. To keep things manageable, I'd prefer to do this in separate PR. Let me know if that works for you! |
Hey @mattlord, could you please review and approve this PR when you get a chance? |
Description
This PR removes loop closure capture from test to improve test reliability and readability.
Related Issue(s)
Part of #15183
Checklist
Deployment Notes
None