[ovs-git] [openvswitch/ovs] c6bd5e: tests: Better tolerate file system restriction on ...

GitHub noreply at github.com
Sat Feb 20 00:47:07 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: c6bd5e91520990ac2a227cafd98857fa672949ed
      https://github.com/openvswitch/ovs/commit/c6bd5e91520990ac2a227cafd98857fa672949ed
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M tests/library.at

  Log Message:
  -----------
  tests: Better tolerate file system restriction on file name length.

ecryptfs on Linux restricts file names to 143 bytes, but these two tests
used a 150-byte name.  This commit fixes the specific problem on ecryptfs
by reducing the name it test to 143 bytes.  It also fixes the more general
problem of name length restrictions by skipping the test, rather than
failing it, if a directory with the 143-byte name cannot be created, since
the most likely problem is that the name is too long for the file system.

Reported-by: Zoltán Balogh <zoltan.balogh at ericsson.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list