After fix bug 130 and 131, and some LTP bugs. ocfs2 can now pass all LTP filesystem related system call testcases. detail result see attach. ------------------- Intel China Software Lab. iNet: 8-752-1243 8621-52574545-1243(O) xfling@users.sourceforge.net Opinions are my own and don't represent those of my employer -------------- next part -------------- A non-text attachment was scrubbed... Name: ocfsltp.tgz Type: application/x-compressed Size: 10050 bytes Desc: ocfsltp.tgz Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20040819/f1e3e1f6/ocfsltp.bin
awesome ! On Thu, Aug 19, 2004 at 11:17:02AM +0800, Ling, Xiaofeng wrote:> After fix bug 130 and 131, and some LTP bugs. > ocfs2 can now pass all LTP filesystem related system call testcases. > detail result see attach. > > ------------------- > Intel China Software Lab. > iNet: 8-752-1243 > 8621-52574545-1243(O) > > xfling@users.sourceforge.net > Opinions are my own and don't represent those of my employer> _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-devel
On Thu, Aug 19, 2004 at 11:17:02AM +0800, Ling, Xiaofeng wrote:> After fix bug 130 and 131, and some LTP bugs. > ocfs2 can now pass all LTP filesystem related system call testcases. > detail result see attach.That is excellent news! We should probably start trying the LSB tests for the same thing (at http://www.linuxbase.org/test/). They are reportedly even more stringent. Joel -- "You don't make the poor richer by making the rich poorer." - Sir Winston Churchill Joel Becker Senior Member of Technical Staff Oracle Corporation E-mail: joel.becker@oracle.com Phone: (650) 506-8127
Does ocfs support loop device now? LSB test need loop device and maybe a small loop device. =20>-----Original Message----- >From: joel.becker@oracle.com [mailto:joel.becker@oracle.com]=20 >Sent: 2004=C4=EA8=D4=C219=C8=D5 22:25 >To: Ling, Xiaofeng >Cc: ocfs2-devel@oss.oracle.com >Subject: Re: [Ocfs2-devel] LTP system call test all pass! > >On Thu, Aug 19, 2004 at 11:17:02AM +0800, Ling, Xiaofeng wrote: >> After fix bug 130 and 131, and some LTP bugs.=20 >> ocfs2 can now pass all LTP filesystem related system call testcases. >> detail result see attach. > > That is excellent news! We should probably start trying the LSB >tests for the same thing (at http://www.linuxbase.org/test/). They are >reportedly even more stringent. > >Joel > >--=20 > >"You don't make the poor richer by making the rich poorer." > - Sir Winston Churchill > >Joel Becker >Senior Member of Technical Staff >Oracle Corporation >E-mail: joel.becker@oracle.com >Phone: (650) 506-8127 >
=20>-----Original Message----- >From: joel.becker@oracle.com [mailto:joel.becker@oracle.com]=20 >Sent: 2004=C4=EA8=D4=C220=C8=D5 10:31 >To: Ling, Xiaofeng; ocfs2-devel@oss.oracle.com >Subject: Re: [Ocfs2-devel] LTP system call test all pass! > >On Thu, Aug 19, 2004 at 07:19:31PM -0700, Joel Becker wrote: >> On Fri, Aug 20, 2004 at 10:16:33AM +0800, Ling, Xiaofeng wrote: >> > Does ocfs support loop device now? >> > LSB test need loop device and maybe a small loop device. =20 >>=20 >> "Why wouldn't it", is the question, I guess. What was=20 >the problem >> before? Worth trying out, it might just work. > > I just created a file on ocfs2, ran mkfs.ext3, and mounted it >with loopback ("mount -o loop /ocfs2/loopme /mnt/tmp"). It=20 >worked fine. >If you have any problems, let us know. >In fact, what I mean is LSB is trying to use loop device to test the file system API so if ocfs can be make on the loop device, then the API can be tested. I've tried before, the format is not successful for the raw device, seem now it can.