-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[storage/test] Add the EdgesInterfacesTest to StorageClientTest #209
Conversation
Can one of the admins verify this patch? |
Should be set the edge_type for EdgePropRequests in getEdgeProps interfaces.
Well done! @zhangguoqing |
Jenkins go |
Unit testing passed. |
retCols.emplace_back( | ||
TestUtils::propDef(cpp2::PropOwner::EDGE, | ||
folly::stringPrintf("col_%d", i), | ||
3001)); |
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.
For Edge PropDef, we have no need to set tagId here.
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.
yep, done!
Jenkins go |
Unit testing passed. |
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.
Well done!~
Jenkins go |
Unit testing passed. |
Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com> Co-authored-by: vince.wu <451943+kikimo@users.noreply.github.com> Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com>
Should be set the edge_type for EdgePropRequests in getEdgeProps interfaces.