Re: [ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-22 Thread Ben Pfaff
On Thu, Jul 21, 2016 at 06:22:18AM -0700, Jarno Rajahalme wrote: > Using sleep's is prone to runtime system dependent races, and indeed > this test started consistently failing on my dev VM after an unrelated > change to ovs-vswitchd. Get git of the sleeps and explicitly wait for > the transaction

Re: [ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-21 Thread Joe Stringer
On 21 July 2016 at 12:21, Andy Zhou wrote: > On Thu, Jul 21, 2016 at 6:22 AM, Jarno Rajahalme wrote: > >> Using sleep's is prone to runtime system dependent races, and indeed >> this test started consistently failing on my dev VM after an unrelated >> change to ovs-vswitchd. Get git of the sleep

Re: [ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-21 Thread Andy Zhou
On Thu, Jul 21, 2016 at 6:22 AM, Jarno Rajahalme wrote: > Using sleep's is prone to runtime system dependent races, and indeed > this test started consistently failing on my dev VM after an unrelated > change to ovs-vswitchd. Get git of the sleeps and explicitly wait for > the transaction on ovs

[ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-21 Thread Jarno Rajahalme
Using sleep's is prone to runtime system dependent races, and indeed this test started consistently failing on my dev VM after an unrelated change to ovs-vswitchd. Get git of the sleeps and explicitly wait for the transaction on ovsdb1 to become visible on ovsdb2. Also fix the name of the test.