-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Update ugorji #6945
Update ugorji #6945
Conversation
Tests panic. |
@xiang90 @hongchaodeng fyi. |
Am not sure about the panics. Seeing the same issues when running locally on Mac. |
@sttts Please format your commit message first. vendor: update ... I think travis fails due to malformed commit message. |
577be29
to
8164bf7
Compare
@sttts It seems that travis passed.
What did you see? |
Unit tests fail locally, with **and** without this PR. So probably not relevant.
… Am 05.12.2016 um 19:47 schrieb Xiang Li ***@***.***>:
@sttts It seems that travis passed.
Seeing the same issues when running locally on Mac.
What did you see?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Do you have any logging? |
Will look into it tomorrow. Am on the road right now.
… Am 05.12.2016 um 20:46 schrieb Xiang Li ***@***.***>:
Unit tests fail locally,
Do you have any logging?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@sttts OK. Thanks. |
@xiang90 had to fix the GOPATH magic in the ./test script. Now it runs through:
So all looks green. |
OK. LGTM. Defer to @heyitsanthony |
shouldn't this have some updates to ./scripts/updatedep.sh will put everything that's needed into the vendor directory |
Called |
@sttts squash the updated vendor files into the |
ac9ef4a
to
9c364ef
Compare
@heyitsanthony squashed and all green |
Dunno if we need a release to patch kube. @sttts I didn't see anything in this PR that changed code that would be pulled in via godep. |
Damn, the generated code changed... We'll probably need a release to patch kube. |
@timothysc why a release? |
@sttts you'll need to rev etcd dependence in kube that includes the generated code. ... and you have to godep in a tag'd release-version. |
Sure. I thought you meant a versioned etcd Github release for some reason.
… Am 07.12.2016 um 17:40 schrieb Timothy St. Clair ***@***.***>:
@sttts you'll need to rev etcd dependence in kube that includes the generated code.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Prerequisite for kubernetes/kubernetes#37557.