Re: regressions on release-3.7 ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vijay Bellur <vbellur@xxxxxxxxxx> wrote:

> Another option would be to maintain a file with this list in the tests
> directory. run-tests.sh can lookup this file to determine whether it 
> should continue or bail out.

NetBSD's /opt/qa/regression.sh does this:

# Disable always-failing cases
for i in ./tests/basic/afr/split-brain-resolution.t     \
         ./tests/basic/quota-anon-fd-nfs.t              \
         ./tests/basic/mgmt_v3-locks.t                  \
         ./tests/basic/tier/tier.t                      \
         ./tests/features/trash.t ; do                  \
    mkdir -p $( dirname $i )
    {
        depth=$( echo $i | sed 's|[^/]||g; s|//||; s|/|../|g' )
        echo '#!/bin/bash' 
        echo '. $(dirname $0)/'${depth}'include.rc || '
        echo 'echo "Skip test that always fail on NetBSD (yet)" >&2' 
        echo 'SKIP_TESTS' 
        echo 'exit 0' 
    } > $i 
    chmod 755 $i 
    chown -R jenkins $( dirname $i )
done 

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@xxxxxxxxxx
_______________________________________________
Gluster-devel mailing list
Gluster-devel@xxxxxxxxxxx
http://www.gluster.org/mailman/listinfo/gluster-devel




[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux