[ovs-dev] [ovn-controller-vtep V5 09/12] ovn-controller-vtep: Add binding module.

Alex Wang alexw at nicira.com
Sun Aug 9 07:24:27 UTC 2015


On Fri, Aug 7, 2015 at 2:51 PM, Russell Bryant <rbryant at redhat.com> wrote:

> On 08/07/2015 03:46 AM, Alex Wang wrote:
> > This commit adds the binding module to ovn-controller-vtep.  The
> > module will scan through the Port_Binding table in ovnsb.  If there is
> > a port binding entry for a logical switch on the vtep gateway chassis's
> > "vtep_logical_switches", sets the port binding's chassis column to the
> > vtep gateway chassis.
> >
> > Signed-off-by: Alex Wang <alexw at nicira.com>
>
> I'm getting a test failure on this one:
>
>   2: ovn-controller-vtep - test binding 1            FAILED
> (ovn-controller-vtep.at:223)
>


Thx for reporting~,

The failing line actually corresponds to the cleanup stage after the test
passes...  I normally just ran this test, and did not run into it...  After
running
make check using multithreads, I can reproduce this issue, where the
check_log fails with:

check_logs "/has already been associated with logical datapath/d"
--- /dev/null   2015-04-13 14:57:05.519797264 -0700
    |
+++ /root/alex_dev/openvswitch/tests/testsuite.dir/at-groups/3/stdout
2015-08-09 00:26:43.529619415 -0700
@@ -0,0 +1,2 @@
    |
+2015-08-09T07:26:43.268Z|00003|jsonrpc|WARN|unix: send error: Broken pipe
     |
+2015-08-09T07:26:43.269Z|00004|reconnect|WARN|unix: connection dropped
(Broken pipe)
ovsdb-server.log:
    |
> 2015-08-09T07:26:38.330Z|00001|vlog|INFO|opened log file
/root/alex_dev/openvswitch/tests/testsuite.dir/0003/ovsdb-server.log
> 2015-08-09T07:26:38.996Z|00002|ovsdb_server|INFO|ovsdb-server (Open
vSwitch) 2.4.90
> 2015-08-09T07:26:43.268Z|00003|jsonrpc|WARN|unix: send error: Broken pipe
    |
> 2015-08-09T07:26:43.269Z|00004|reconnect|WARN|unix: connection dropped
(Broken pipe)

Will investigate further,



> --
> Russell Bryant
>



More information about the dev mailing list