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

Emmanuel Dreyfus manu at netbsd.org
Fri Aug 14 04:18:50 UTC 2015


Atin Mukherjee <amukherj at redhat.com> 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 at netbsd.org


More information about the Gluster-devel mailing list