[ovs-dev] [RFC 3/3] ovs-vsctl-bashcomp: Documentation and unit tests.

Ben Pfaff blp at nicira.com
Wed Mar 4 05:51:39 UTC 2015


On Mon, Feb 23, 2015 at 08:49:00AM -0800, Alex Wang wrote:
> This commit includes the unit tests for ovs-vsctl-bashcomp
> and refines the ovs-command-bashcomp.INSTALL.md to introduce
> the bash completion for ovs-vsctl.
> 
> Signed-off-by: Alex Wang <alexw at nicira.com>

It appears to me that there is something wrong with some of the tests or
the code that it is testing.  When I run "make check
TESTSUITEFLAGS=-j10", tests 8 and 9 hang.  When I then hit Control+C to
kill the tests, I get a couple of "bash" processes that start using 100%
CPU until I "kill -9" them.

I don't get this behavior when I run plain "make check".  Then the tests
pass.

My bash version is:

    blp at sigabrt:~/nicira/ovs/_build(0)$ bash --version
    GNU bash, version 4.3.30(1)-release (i586-pc-linux-gnu)
    Copyright (C) 2013 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

    This is free software; you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.



More information about the dev mailing list