]> git.proxmox.com Git - mirror_ovs.git/commit
ovn-controller-vtep.at: Fix intermittent test failure.
authorAlex Wang <alexw@nicira.com>
Sun, 16 Aug 2015 07:06:24 +0000 (00:06 -0700)
committerAlex Wang <alexw@nicira.com>
Sun, 16 Aug 2015 23:27:50 +0000 (16:27 -0700)
commitdc4b6ffb2ed6c76130d70d8594cad776eed993db
treeec875a764f00588f9fed468a2f85e9cbab8f6946
parent3b74b8c050a56b4d284d984de87b21114560f917
ovn-controller-vtep.at: Fix intermittent test failure.

When testing the recreation of 'chassis' table entry by 'ovn-controller-
vtep'.  The removal of 'chassis' table entry by the 'ovn-sbctl' could
cause 'Broken pipe' warning in ovsdb-server.log.  This is due to the
race between 'ovn-sbctl' exiting and 'ovn-controller-vtep' adding
the chassis back.  So, if the 'ovn-sbctl' exits right when the
ovsdb-server tries to send update of readd of the deleted 'chassis',
the sending will fail with 'Broken pipe' error.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
tests/ovn-controller-vtep.at