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

Atin Mukherjee amukherj at redhat.com
Fri Aug 14 04:18:45 UTC 2015



On 08/14/2015 09:48 AM, Emmanuel Dreyfus wrote:
> 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?
My patch doesn't remove it and more over its a 3.6 branch and tier
functionality is not available in 3.6. How does it pick up this test then??
> 
> 

-- 
~Atin


More information about the Gluster-devel mailing list