mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
2441798fe4
As discussed in #1707, the `vcpu` thread can be stalled when using `--serial tty`. To workaround that issue, this patch enforces to resize the pipe size to 256K when we capture the stdout/stderr of the cloud-hypervisor child process in the integration tests. Note that the pipe size (256K) is chosen based on the output size of our integration tests at this point, which may need to be increased in the future. Signed-off-by: Bo Chen <chen.bo@intel.com> |
||
---|---|---|
.. | ||
integration.rs |