From: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
To: Anthony Ton <anthony.ton@ericsson.com>
Cc: "ltp-list@lists.sourceforge.net" <ltp-list@lists.sourceforge.net>
Subject: Re: [LTP] Fcntl16 test case 2 failure
Date: Thu, 1 Apr 2010 12:37:58 +0530 [thread overview]
Message-ID: <20100401070758.GB13796@linux.vnet.ibm.com> (raw)
In-Reply-To: <E0B6230F32558E43951AF1B0DEBF98102119DC5AA5@EUSAACMS0714.eamcs.ericsson.se>
On Wed, Mar 31, 2010 at 10:39:31PM -0400, Anthony Ton wrote:
> I Rishikesh,
> My mistake, both of them fail. But one with error code 5 (runltp), while fcntl16 run by itself with error code 37.
> Regards,
> Anthony
>
> -----Original Message-----
> From: Anthony Ton
> Sent: Wednesday, March 31, 2010 7:33 PM
> To: 'Rishikesh K Rajak'
> Cc: ltp-list@lists.sourceforge.net
> Subject: RE: [LTP] Fcntl16 test case 2 failure
>
> Hi Rishikesh,
> I am running against kernel 2.6.27.18.
Gave a try on 2.6.27 kernel and i did not get any failure in both way as you
tried.
:/opt/ltp/testcases/bin # ./fcntl16
fcntl16 0 TINFO : Entering block 1
fcntl16 0 TINFO : Test case 1: without manadatory locking PASSED
fcntl16 0 TINFO : Exiting block 1
fcntl16 0 TINFO : Entering block 2
fcntl16 0 TINFO : Test case 2: with mandatory record locking PASSED
fcntl16 0 TINFO : Exiting block 2
fcntl16 0 TINFO : Entering block 3
fcntl16 0 TINFO : Test case 3: mandatory locking with NODELAY PASSED
fcntl16 0 TINFO : Exiting block 3
:/opt/ltp/testcases/bin # ./fcntl16_64
fcntl16 0 TINFO : Entering block 1
fcntl16 0 TINFO : Test case 1: without manadatory locking PASSED
fcntl16 0 TINFO : Exiting block 1
fcntl16 0 TINFO : Entering block 2
fcntl16 0 TINFO : Test case 2: with mandatory record locking PASSED
fcntl16 0 TINFO : Exiting block 2
fcntl16 0 TINFO : Entering block 3
fcntl16 0 TINFO : Test case 3: mandatory locking with NODELAY PASSED
fcntl16 0 TINFO : Exiting block 3
:/opt/ltp/testcases/bin # uname -a
Linux xxx 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64
x86_64 GNU/Linux
:/opt/ltp/testcases/bin #
-Rishi
> I observe that if I running the test suite using runltp, then fcntl16 passes the test. However, if I run fcntl16 by itself, I get the TFAIL as mentioned in previous email. Do you know why the results are different if running fcntl16 from runltp vs. runing fcntl16 by itself?
> Thanks,
> Anthony
>
> -----Original Message-----
> From: Rishikesh K Rajak [mailto:risrajak@linux.vnet.ibm.com]
> Sent: Tuesday, March 30, 2010 9:54 PM
> To: Anthony Ton
> Cc: ltp-list@lists.sourceforge.net
> Subject: Re: [LTP] Fcntl16 test case 2 failure
>
>
> Hi Anthony,
>
> >Hi LTP Team,
> >I run test case fcntl16 and get a failure on test case 2 with messages
> >below
>
> I have tested with latest kernel 2.6.32 and i could not face this problem.
>
> Can you let us know about your setup little bit more ?
>
> >
> >fcntl16 0 TINFO : Entering block 2
> >fcntl16 1 TFAIL : First parent lock failed
> >fcntl16 2 TFAIL : Test case 1, errno = 37
> >fcntl16 0 TINFO : Test case 2: with mandatory record locking FAILED
> >
> >>I look into the code and think that it is trying to do a lock on the
> >>entire file
> >with write lock using option F_WRLCK, 0, 0L, 0L, IGNORED. Is it
> >correct? Can someone
> >+elaborate a little more? What does the errno = 37 mean?
>
> This errno means you are not having any lock available while doing operation with fcntl, with F_SETLK .
>
> asm-generic/errno.h:#define ENOLCK 37 /* No record locks
> available */
>
> --
> Thanks & Regards
> Rishi
> LTP Maintainer
> IBM, LTC, Bangalore
> Please join IRC #ltp @ irc.freenode.net
--
Thanks & Regards
Rishi
LTP Maintainer
IBM, LTC, Bangalore
Please join IRC #ltp @ irc.freenode.net
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
prev parent reply other threads:[~2010-04-01 7:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-31 3:06 [LTP] Fcntl16 test case 2 failure Anthony Ton
2010-03-31 4:53 ` Rishikesh K Rajak
2010-04-01 2:33 ` Anthony Ton
2010-04-01 2:39 ` Anthony Ton
2010-04-01 4:49 ` Rishikesh K Rajak
2010-04-01 7:07 ` Rishikesh K Rajak [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100401070758.GB13796@linux.vnet.ibm.com \
--to=risrajak@linux.vnet.ibm.com \
--cc=anthony.ton@ericsson.com \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox