Re: Fwd: Change in glusterfs[release-3.6]: glusterd: fix op-version bump up flow

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

 



Atin Mukherjee <amukherj@xxxxxxxxxx> wrote:

> NetBSD run is failing constantly [1] for this patch saying:
> "/opt/qa/regression.sh: cannot create ./tests/basic/tier/tier.t:
> directory nonexistent"
> 
> Any idea?

 ./tests/basic/tier/tier.t has always being broken on NetBSD. As a
consequence, /opt/qa/regression.sh voids it with a few other ones (the
list should be updated, though: I thought ipc.t and crypt.t were fine):

# Disable always-failing cases
for i in ./tests/basic/afr/split-brain-resolution.t     \
         ./tests/basic/afr/read-subvol-entry.t          \
         ./tests/basic/tier/tier.t                      \
         ./tests/encryption/crypt.t                     \
         ./tests/features/trash.t                       \
         ./tests/features/ipc.t; do
    {
        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
done

I the parent directory does not exist, that breaks. Does your patch
removes tests/basic/tier ? Or was it removed in head recently?


-- 
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