OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2997-ga812d28

Gerrit Code Review gerrit@openafs.org
Fri, 12 Oct 2012 18:33:54 -0700 (PDT)


The following commit has been merged in the master branch:
commit a812d28bbf5c847812423977be1ee679cc209893
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Oct 10 16:49:34 2012 +0100

    Revert "Add some basic tests to check out fuse"
    
    This reverts commit 94bf003a720c9a883ba7ebf43ab3053d3072d3dd.
    
    The fuse tests are fundamentally broken as they stand:
    
    *) They rely on files that have not been committed to the tree. To
       function correctly the file fuse/conf/CellServDB must be present
    *) They always run, regardless of whether the fuse helper binaries are
       installed on the developers system, or even on whether the tree was
       built with fuse support enabled.
    *) They pass, even if fuse fails to start up
    *) The file fuse.sh is committed, despite being unused. This is
       particularly confusing, as it looks like this is where the tests
       are performed from (its not, testing is done in dynroot-t)
    *) fuse-log should be either cleaned up, or flagged as ignored in
       .gitignore
    
    Revert the commit until such time as all these issues can be fixed
    
    Change-Id: I5ff9a95f33c0a5d0614bb47c521a8770d92fe2eb
    Reviewed-on: http://gerrit.openafs.org/8230
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 Makefile.in               |    7 ++-----
 configure.ac              |    1 -
 tests/TESTS               |    1 -
 tests/fuse/Makefile.in    |   13 -------------
 tests/fuse/conf/ThisCell  |    1 -
 tests/fuse/conf/cacheinfo |    1 -
 tests/fuse/dynroot-t      |   33 ---------------------------------
 tests/fuse/fuse.sh        |   35 -----------------------------------
 tests/fuse/try-fuse.sh    |   23 -----------------------
 9 files changed, 2 insertions(+), 113 deletions(-)

-- 
OpenAFS Master Repository