-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DAOS-7208 control: Update all vendored dependencies #5397
Conversation
mjmac
commented
Apr 9, 2021
•
edited
Loading
edited
- switch raft-boltdb to upstream v2
- update raft to v1.2.0
- update grpc to v1.37.0
- update protobuf to v1.26.0
- update yaml to v2.3.0
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/1/execution/node/79/log |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/2/execution/node/80/log |
Test stage Test CentOS 7 RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-5397/3/display/redirect |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/5/execution/node/79/log |
Checkpatch failure is in vendored code. I thought that we had disabled scanning that stuff but I guess not... |
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.
Nice work sorting all this out.
|
||
"github.com/daos-stack/daos/src/control/common" | ||
) | ||
|
||
func TestMarshal_Failed(t *testing.T) { |
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.
why was this removed?
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.
Doesn't fail anymore. Calling proto.Marshal(nil)
just returns nil with no error.
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/6/execution/node/79/log |
Test stage NLT completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-5397/6/display/redirect |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/7/execution/node/95/log |
- switch raft-boltdb to upstream v2 - update raft to v1.2.0 - update grpc to v1.37.0 - update protobuf to v1.26.0 - update yaml to v2.3.0 Signed-off-by: Michael MacDonald <mjmac.macdonald@intel.com>
Sorry, had to force-push as merge wasn't playing well with the large change. No updates aside from resolving conflicts with latest master. Will try to get this landed early next week so that it doesn't drag on and run into more conflicts. |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/8/execution/node/91/log |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5397/9/execution/node/104/log |