[ovs-dev] [PATCH v5] OVN: Add support for Transport Zones

Ben Pfaff blp at ovn.org
Thu Apr 18 14:20:37 UTC 2019


On Thu, Apr 18, 2019 at 11:34:03AM +0100, Lucas Alvares Gomes wrote:
> > But the main issue I see here is that I get a consistent test failure in
> > the new test:
> >
> > 2693. ovn.at:13656: testing ovn -- test transport zones ...
> 
> Thanks for trying it out.
> 
> I'm currently investigating the problem but I could not reproduce it
> locally. I did run this test multiple times on different distros
> (CentOS 7 [0], Fedora 29 [1] and Ubuntu Bionic [2]) and it's passing
> for me. I'm doing the following:
> 
> $ make check TESTSUITEFLAGS="--list --keywords=ovn" | grep "transport zones"
> 
> Then I use the test number from the previous command and run the test as:
> 
> $ make check TESTSUITEFLAGS="--verbose 2693"

It should not be necessary to use two steps.  I would expect
    make check TESTSUITEFLAGS='-k transport,zones'
to be sufficient.

> I will continue the investigation to see if can find the problem.
> 
> Also, mind letting me know how you're executing the tests so I can try
> it as well ?

Usually, for ovn, I run
    make -j10 check TESTSUITEFLAGS='-j10 -k ovn'
and then if necessary I investigate and possibly rerun failing tests.
I'm running them on my laptop, which is a fairly up-to-date Debian
"buster" (currently being tested for release) with x86-64 kernel and
userspace.
    


More information about the dev mailing list