diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-11-05 12:44:04 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-11-05 23:46:38 +0100 |
commit | 5e93bcd8bff7ea373d7befa1cf9761c6fff994b2 (patch) | |
tree | 05ccec80ef619bc8f350ce22a3861a0402303244 /arch.c | |
parent | 9afce0b45c396e43a5499f227cc21849812a435b (diff) | |
download | passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.tar passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.tar.gz passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.tar.bz2 passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.tar.lz passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.tar.xz passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.tar.zst passt-5e93bcd8bff7ea373d7befa1cf9761c6fff994b2.zip |
test: Adjust misplaced sleeps in two_guests code
Most of our transfer tests using socat use 'sleep' waaiting for the server
side to be ready before starting the client. However in two_guests/basic
the sleep is in the wrong place: rather than being between starting the
server and starting the client, it's after waiting for the server to
complete. This causes occasional hangs when the client runs before the
server is ready - in that case the receiving guest sends an RST, which we
don't (currently) propagate back to the sender.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'arch.c')
0 files changed, 0 insertions, 0 deletions