[Gluster-devel] Regression failure in volume-snapshot-clone.t

2015-05-21 Thread Avra Sengupta

Hi,

I am not able to reproduce this failure in my set-up. I am aware that 
Atin was able to do so successfully a few days back, and I tried 
something similar with the following loop.


for i in {1..100}; do export DEBUG=1; prove -r 
./tests/basic/volume-snapshot-clone.t  1; lines=`less 1 | grep All 
tests successful | wc -l`; if [ $lines != 1 ];then echo TESTCASE 
FAILED. BREAKING; break; fi; done


I have been running this for about an hour and half, and will continue 
doing so. But till now i have not encountered a failure. Could anyone 
please point out if I am missing something obvious here.


Regards,
Avra
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Regression failure in volume-snapshot-clone.t

2015-05-21 Thread Vijay Bellur

On 05/21/2015 02:44 PM, Avra Sengupta wrote:

Hi,

I am not able to reproduce this failure in my set-up. I am aware that
Atin was able to do so successfully a few days back, and I tried
something similar with the following loop.

for i in {1..100}; do export DEBUG=1; prove -r
./tests/basic/volume-snapshot-clone.t  1; lines=`less 1 | grep All
tests successful | wc -l`; if [ $lines != 1 ];then echo TESTCASE
FAILED. BREAKING; break; fi; done

I have been running this for about an hour and half, and will continue
doing so. But till now i have not encountered a failure. Could anyone
please point out if I am missing something obvious here.




Some tests fail more frequently in the rackspace VMs where we run 
regressions. Please drop a note on gluster-infra ML if you want to 
offline one such VM from jenkins and run tests there.


-Vijay

___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel