Hi Jack,
On Tue, May 14, 2019 at 06:30:10PM +0800, jack lu wrote:
your example: role - server ... steps: - lava-wait ipv4_1 - lava-wait ipv4_2 .. The server will be blocked at lava-wait event till client lava-send ipv4_1 .. message. If only one client run "lava-send ipv4_2 ip=193" then server can't exit block status because it be blocked at "wait ipv4_1" event.
In that case, you need to make your tests more deterministic. Only start a test with two clients defined if you know that both clients are going to start. LAVA is designed to work with reliable, deterministic tests.