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
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
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
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.