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

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

 



Kp,
   Could you help Anuradha debug this issue.

Patch                     ==> http://review.gluster.com/#/c/7870/1
Author                    ==>  Anuradha atalur@xxxxxxxxxx
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@xxxxxxxxxx>

./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;
_______________________________________________
Gluster-devel mailing list
Gluster-devel@xxxxxxxxxxx
http://supercolony.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