mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
474125db12
The test virtio_net_latency_us recently failed because of the ethr tool couldn't complete the latency measurement with the following error message: Error dialing the latency connection: dial tcp4 :0-\u003e172.19.0.2:8888: connect: connection refused The "connection refused" error comes from the Golang Dial function which couldn't complete as expected because there was no server listening on the specified port at the specified destination. In other words, the ethr server wasn't ready when the ethr client tried to connect to it. The easy way to avoid this problem is simply by increasing the sleep time between the command spawning the ethr server in the guest and the command running the ethr client from the host. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |