[CHORE] fix merge conflict in main - #6986
Conversation
Two competing PRs for GC landed at the same time. - One adds a regions_and_topologies field. - One adds tests unwaware of that field. The merge doesn't make stuff build so main broke.
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Fix GC merge-conflict fallout by updating constructor/test call sites for new optional topology parameter This PR resolves a The updates are confined to garbage collector test and helper instantiations, restoring compile compatibility without changing runtime behavior. No production logic was altered beyond passing through the newly required optional parameter. This summary was automatically generated by @propel-code-bot |
Description of changes
Two competing PRs for GC landed at the same time.
The merge doesn't make stuff build so main broke.
Test plan
CI + main merge queue
Migration plan
N/A
Observability plan
N/A
Documentation Changes
N/A