-
Notifications
You must be signed in to change notification settings - Fork 6
Nodeinfoprovider #370
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
Nodeinfoprovider #370
Conversation
f6e06ed
to
b40fb06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Mykola Solianko <[email protected]>
{ | ||
return mNodeID == status.mNodeID && mResources == status.mResources && mRuntimes == status.mRuntimes; | ||
} | ||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Mykhailo Lohvynenko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Mykola Kobets <[email protected]>
# Node info provider | ||
|
||
Provides node information. Since node information is collected from two sources: IAM and SM, this module collects, | ||
combines and provides combined node information for other CM modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest replace:
module collects, combines and provides combined
with
provides combined
b183a48
to
0fcf0ae
Compare
Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykhailo Lohvynenko <[email protected]>
Fix fix header guard in nodeinfoprovider.hpp and move GetAllNodeIds method at first place. Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykhailo Lohvynenko <[email protected]>
0fcf0ae
to
c69ad06
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature_unification #370 +/- ##
====================================================
Coverage 81.44% 81.44%
====================================================
Files 179 179
Lines 17231 17231
Branches 2320 2320
====================================================
Hits 14034 14034
Misses 3197 3197 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No description provided.