[Gluster-devel] Spurious failure in ./tests/basic/volume.t [14, 15, 16]

Pranith Kumar Karampuri pkarampu at redhat.com
Thu May 29 01:47:45 UTC 2014


Kp,
   Could you help Anuradha debug this issue.

Patch                     ==> http://review.gluster.com/#/c/7870/1
Author                    ==>  Anuradha atalur at redhat.com
Build triggered by        ==> kkeithle
Build-url                 ==> http://build.gluster.org/job/regression/4600/consoleFull
Download-log-at           ==> http://build.gluster.org:443/logs/regression/glusterfs-logs-20140528:13:56:30.tgz
Test written by           ==> Author: Anand Avati <avati at redhat.com>

./tests/basic/volume.t [14, 15, 16]
    0 #!/bin/bash
    1 
    2 . $(dirname $0)/../include.rc
    3 . $(dirname $0)/../volume.rc
    4 
    5 cleanup;
    6 
    7 TEST glusterd
    8 TEST pidof glusterd
    9 TEST $CLI volume info;
   10 
   11 TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8};
   12 
   13 
   14 EXPECT "$V0" volinfo_field $V0 'Volume Name';
   15 EXPECT 'Created' volinfo_field $V0 'Status';
   16 EXPECT '8' brick_count $V0
   17 
   18 TEST $CLI volume start $V0;
   19 EXPECT 'Started' volinfo_field $V0 'Status';
   20 
   21 TEST $CLI volume add-brick $V0 $H0:$B0/${V0}{9,10,11,12};
   22 EXPECT '12' brick_count $V0
   23 
   24 TEST $CLI volume remove-brick $V0 $H0:$B0/${V0}{1,2,3,4} force;
   25 EXPECT '8' brick_count $V0
   26 
***27 TEST $CLI volume stop $V0;
***28 EXPECT 'Stopped' volinfo_field $V0 'Status';
   29 
***30 TEST $CLI volume delete $V0;
   31 TEST ! $CLI volume info $V0;
   32 
   33 cleanup;


More information about the Gluster-devel mailing list