Kiran Patil
2014-Oct-06 11:52 UTC
[Gluster-users] Ubuntu 14.04: Gluster Test Framework testcases failure
Hello, http://gluster.org/community/documentation/index.php/Using_the_Gluster_Test_Framework page has been updated with Ubuntu 14.04 steps and now you can run the test suite on ubuntu. I ran test suite and below are results. Gluster version: v3.4.5 OS: Ubuntu 14.04 LTS Test Summary Report ------------------- ./tests/bugs/bug-802417.t (Wstat: 0 Tests: 39 Failed: 2) ==> CentOS 7 and Ubuntu 14.04 Failed tests: 28, 31 ./tests/bugs/bug-821056.t (Wstat: 0 Tests: 21 Failed: 1) ==> CentOS 7 and Ubuntu 14.04 Failed test: 15 ./tests/bugs/bug-887145.t (Wstat: 0 Tests: 31 Failed: 5) ==> Only on Ubuntu 14.04 Failed tests: 20-23, 25 ./tests/bugs/bug-908146.t (Wstat: 0 Tests: 10 Failed: 2) ==> CentOS 7 and Ubuntu 14.04 Failed tests: 8-9 Files=124, Tests=2031, 2648 wallclock secs ( 1.62 usr 0.34 sys + 204.62 cusr 217.20 csys = 423.78 CPU) Result: FAIL Testcase tests/bugs/bug-905864.t had a issue with gcc compilation and below change works in ubuntu ( -lpthread is pushed to the end). gcc -g3 $(dirname $0)/bug-905864.c -o $(dirname $0)/bug-905864 -lpthread Please find the link http://ur1.ca/iawdm (http://fpaste.org/139530/59562614/) where the trace of each failed testcase is available. Let me know the possible fixes to the test cases. Thanks, Kiran. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20141006/6bc21b19/attachment.html>
Kiran Patil
2014-Oct-06 12:52 UTC
[Gluster-users] Ubuntu 14.04: Gluster Test Framework testcases failure
Testcase tests/bugs/bug-887145.t fails due permission issue. Here is a snippet, root at fractal-0025:/home/kiran/glusterfs# touch /mnt/glusterfs/0/dir/file touch: cannot touch '/mnt/glusterfs/0/dir/file': Permission denied root at fractal-0025:/home/kiran/glusterfs# root at fractal-0025:/home/kiran/glusterfs# ls -lh /mnt/glusterfs/0/dir/ total 0 root at fractal-0025:/home/kiran/glusterfs# ls -ld /mnt/glusterfs/0/dir/ drwxr-xr-x 2 nfsnobody nfsnobody 2 Oct 6 18:15 /mnt/glusterfs/0/dir/ Why it is not allowing in ubuntu but on CentOS ? Thanks. On Mon, Oct 6, 2014 at 5:22 PM, Kiran Patil <kirantpatil at gmail.com> wrote:> Hello, > > > http://gluster.org/community/documentation/index.php/Using_the_Gluster_Test_Framework > page has been updated with Ubuntu 14.04 steps and now you can run the test > suite on ubuntu. > > I ran test suite and below are results. > > Gluster version: v3.4.5 > > OS: Ubuntu 14.04 LTS > > Test Summary Report > ------------------- > ./tests/bugs/bug-802417.t (Wstat: 0 Tests: 39 > Failed: 2) ==> CentOS 7 and Ubuntu 14.04 > Failed tests: 28, 31 > ./tests/bugs/bug-821056.t (Wstat: 0 Tests: 21 > Failed: 1) ==> CentOS 7 and Ubuntu 14.04 > Failed test: 15 > ./tests/bugs/bug-887145.t (Wstat: 0 Tests: 31 > Failed: 5) ==> Only on Ubuntu 14.04 > Failed tests: 20-23, 25 > ./tests/bugs/bug-908146.t (Wstat: 0 Tests: 10 > Failed: 2) ==> CentOS 7 and Ubuntu 14.04 > Failed tests: 8-9 > Files=124, Tests=2031, 2648 wallclock secs ( 1.62 usr 0.34 sys + 204.62 > cusr 217.20 csys = 423.78 CPU) > Result: FAIL > > Testcase tests/bugs/bug-905864.t had a issue with gcc compilation and > below change works in ubuntu ( -lpthread is pushed to the end). > > gcc -g3 $(dirname $0)/bug-905864.c -o $(dirname $0)/bug-905864 -lpthread > > Please find the link http://ur1.ca/iawdm ( > http://fpaste.org/139530/59562614/) where the trace of each failed > testcase is available. > > Let me know the possible fixes to the test cases. > > Thanks, > Kiran. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20141006/daf822ae/attachment.html>