Skip to content

Conversation

@peterargue
Copy link
Contributor

Backports #8097

@peterargue peterargue requested a review from a team as a code owner October 31, 2025 22:33
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2025

Codecov Report

❌ Patch coverage is 29.23077% with 46 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cmd/access/node_builder/access_node_builder.go 0.00% 34 Missing ⚠️
engine/access/ingestion/collection_syncer.go 61.29% 10 Missing and 2 partials ⚠️

📢 Thoughts on this report? Let us know!

Comment on lines +355 to 358
if force && len(collections) > 0 {
s.requester.Force()
}
}
Copy link
Member

@zhangchiqing zhangchiqing Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this again, I feel we could move this condition out of requestCollections, and let the caller decide when to call s.requester.Force, and also update the comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants