> Personally I'd put "sleep 0.1" above the loop and then sleep 1 inside
> it, like in tests/ovs-macros.at:
>
Thanks, will do.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Tue, Apr 14, 2015 at 6:51 AM, Russell Bryant wrote:
> On 04/13/2015 06:03 PM, Andy Zhou wrote:
>> When running ovsdb-server under gdb, there is a race that ovs-vsctl
>> command can be called before ovsdb-server is fully launched. This will
>> cause ovs-vsctl to fail. This patch fixes this by d
On Mon, Apr 13, 2015 at 03:03:53PM -0700, Andy Zhou wrote:
> When running ovsdb-server under gdb, there is a race that ovs-vsctl
> command can be called before ovsdb-server is fully launched. This will
> cause ovs-vsctl to fail. This patch fixes this by delay issuing
> the ovs-vsctl command until
On 04/13/2015 06:03 PM, Andy Zhou wrote:
> When running ovsdb-server under gdb, there is a race that ovs-vsctl
> command can be called before ovsdb-server is fully launched. This will
> cause ovs-vsctl to fail. This patch fixes this by delay issuing
> the ovs-vsctl command until ovsdb-server is fu
When running ovsdb-server under gdb, there is a race that ovs-vsctl
command can be called before ovsdb-server is fully launched. This will
cause ovs-vsctl to fail. This patch fixes this by delay issuing
the ovs-vsctl command until ovsdb-server is fully launched.
CC: Russell Bryant
Signed-off-by: