-
Notifications
You must be signed in to change notification settings - Fork 374
vendor: Update github.com/kata-containers/agent #2285
Conversation
/test |
Hi @teawater , |
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.
Hi @teawater,
Thanks for raising. Please can you update the commit message to add details of the commits this PR adds for the vendored code added as explained in https://github.com/kata-containers/community/blob/5890c2064e3d62502e259674b06cf456164cd381/CONTRIBUTING.md#re-vendor-prs
Codecov Report
@@ Coverage Diff @@
## master #2285 +/- ##
=========================================
Coverage ? 54.41%
=========================================
Files ? 45
Lines ? 4618
Branches ? 0
=========================================
Hits ? 2513
Misses ? 1901
Partials ? 204 |
I found that there is another issue should be fix about fc. I will update curent PR later. |
@lifupan @jodh-intel Thanks for your remind. I pushed a new commit according to your comments. |
/test |
Wondering about this failure:
|
jenkins-ci-ubuntu-1804-firecracker failed:
I think it doesn't have relation with this PR. |
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.
looks good
jenkins-ci-ubuntu-1804-firecracker failed a lot of times with different fails. I worried that it has relation with the big update of golang.org/x/sys that is need by github.com/kata-containers/agent. |
/test |
/test |
/test |
/test |
/test |
a537453
to
6ee3c9f
Compare
/test |
kata runtime jenkins-ci-ubuntu-1804-firecracker always failed when agent of vendor is updated to new version in kata-containers/runtime#2285. This test passed after added code to close dup fd after receive packet in http://jenkins.katacontainers.io/job/kata-containers-runtime-ubuntu-1804-PR-firecracker/1339/. Fixes: kata-containers#703 Signed-off-by: Hui Zhu <teawater@antfin.com>
/test |
/test |
/retest |
/test |
Update github.com/kata-containers/agent to handle hvsock issue. Shortlog: 33f3208 client.go: HybridVSockDialer: Close dup fd after receive packet 74a3b95 release: Kata Containers 1.10.0-rc0 afd0871 ci: install docker before configure c502552 client.go: HybridVSockDialer: Check return size n of unix.Recvfrom f8e4ce8 client.go: HybridVSockDialer: Change Read EOT to recv peek 5b64d42 agent: get current cpuset from /sys/devices/system/cpu/online 183a24a release: Kata Containers 1.10.0-alpha1 1ee8516 config: add option to control hotplug timeout of block devices 40567f6 release: Kata Containers 1.10.0-alpha0 19bee57 agent: connect debugging console in a specific vsock port 8361150 docs: Add enable services and installation steps for TRACING.md a4f7373 agent: fix pause bin on musl f9f129a docs: Add missing steps at TRACING.md d3e66bf tracing: Wrapper for tracing functions 7a7dba7 network: ensure parent directories exist 455f728 tracing: Generate an alias for opentracing.Span 5f302e5 agent: Revert "client: remove the parameter of 'enableYamux'" 717ee24 client: remove the parameter of 'enableYamux' d387c77 vendor: Update github.com/syndtr/gocapability/capability b3d737b vendor: update libcontainer to 1.0.0-rc9 6eac713 release: Kata Containers 1.9.0-rc0 Fixes: kata-containers#2284 Signed-off-by: Hui Zhu <teawater@antfin.com>
/test |
Update github.com/kata-containers/agent to
introduce fix of hybrid vsock.
Fixes: #2284
Signed-off-by: Hui Zhu teawater@antfin.com