commit | 3cbface0cec1f2886d48a40e041c4db5854def5c | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jul 19 22:18:28 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Jul 19 22:34:59 2022 +0100 |
tree | a408e3916d05eff3d36039d7edd750b61b2eb9b7 | |
parent | 7fce8da12634cfde599c4bcdafa6e5df11b3f375 [diff] |
vsock_test: Wait for ACK from server vsock_test has been flaky - the test in host would receive ECONNRESET when reading from the client's vsock socket. This was due to the guest exiting immediately after writing to the socket. This in turn terminated crosvm, including the vhost-vsock backend, and reset the socket. Fix this by having the guest wait for a reply from the host before shutting down and explicitly shutting down the connection. Bug: 238733740 Test: atest VirtualizationTestCases.64 Change-Id: I36c678f469fc3269902f5d8b1eb73cd431661ae6
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.