public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* Re: [LTP] HTML report generation issue.
       [not found] <d51f89b0904070228q4d4333c7vdd2dfc1e1f7ca8a@mail.gmail.com>
@ 2009-05-15  6:04 ` rohitv
  2009-05-21  7:37   ` CAI Qian
  0 siblings, 1 reply; 4+ messages in thread
From: rohitv @ 2009-05-15  6:04 UTC (permalink / raw)
  To: ltp-list


Hi,

Regarding the output coming out of place, can we use the output buffered
mode as the default? Output buffered mode can be set with the -O option.
But, this works only when no. of instances of LTP is more than 1 (specified
by -x option). Currently, for few of the testcases the output generated does
not appear between <<<test_output>>> and <<<execution_status>>>, it can be
seen anywhere before <<<test_output>>> when corresponding .output file is
checked. This might be because of race condition in the pan driver.  I think
by using the buffered output mode this problem can be fixed. 

Regards.
-- 
View this message in context: http://www.nabble.com/HTML-report-generation-issue.-tp22925527p23553926.html
Sent from the ltp-list mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] HTML report generation issue.
  2009-05-15  6:04 ` [LTP] HTML report generation issue rohitv
@ 2009-05-21  7:37   ` CAI Qian
  2009-05-22 11:03     ` rohit verma
  0 siblings, 1 reply; 4+ messages in thread
From: CAI Qian @ 2009-05-21  7:37 UTC (permalink / raw)
  To: rohit.170309; +Cc: ltp-list

From: rohitv <rohit.170309@gmail.com>
Subject: Re: [LTP] HTML report generation issue.
Date: Thu, 14 May 2009 23:04:13 -0700 (PDT)

> 
> Hi,
> 
> Regarding the output coming out of place, can we use the output buffered
> mode as the default? Output buffered mode can be set with the -O option.
> But, this works only when no. of instances of LTP is more than 1 (specified
> by -x option). Currently, for few of the testcases the output generated does
> not appear between <<<test_output>>> and <<<execution_status>>>, it can be
> seen anywhere before <<<test_output>>> when corresponding .output file is
> checked. This might be because of race condition in the pan driver.  I think
> by using the buffered output mode this problem can be fixed. 
> 

Are you saying that when we use pan without -x option, it will not use
buffered mode even if specifying -O option? What I am interested to know
is that if there is any side-effect for single pan instance by using -O
as default.

CAI Qian

> Regards.
> -- 
> View this message in context: http://www.nabble.com/HTML-report-generation-issue.-tp22925527p23553926.html
> Sent from the ltp-list mailing list archive at Nabble.com.
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables 
> unlimited royalty-free distribution of the report engine 
> for externally facing server and web deployment. 
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] HTML report generation issue.
  2009-05-21  7:37   ` CAI Qian
@ 2009-05-22 11:03     ` rohit verma
  2009-05-22 11:11       ` CAI Qian
  0 siblings, 1 reply; 4+ messages in thread
From: rohit verma @ 2009-05-22 11:03 UTC (permalink / raw)
  To: CAI Qian; +Cc: ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 2454 bytes --]

Hi,

In response to your query - "if there is any side-effect for single pan
instance by using -O
as default."

As per my understanding the pan driver creates files in the directory
specified with the -O option for every testcase that is being executed. If
the disk space is a constraint then using buffered mode might be an
overhead. But, the space is only required when the LTP is running. After the
execution of the tests all the files that are created during the buffering
mode is deleted from the folder.

I feel, using the default buffered mode will not create an
overhead/side-effect.

Regards,
rohit




On Thu, May 21, 2009 at 1:07 PM, CAI Qian <caiqian@cclom.cn> wrote:

> From: rohitv <rohit.170309@gmail.com>
> Subject: Re: [LTP] HTML report generation issue.
> Date: Thu, 14 May 2009 23:04:13 -0700 (PDT)
>
> >
> > Hi,
> >
> > Regarding the output coming out of place, can we use the output buffered
> > mode as the default? Output buffered mode can be set with the -O option.
> > But, this works only when no. of instances of LTP is more than 1
> (specified
> > by -x option). Currently, for few of the testcases the output generated
> does
> > not appear between <<<test_output>>> and <<<execution_status>>>, it can
> be
> > seen anywhere before <<<test_output>>> when corresponding .output file is
> > checked. This might be because of race condition in the pan driver.  I
> think
> > by using the buffered output mode this problem can be fixed.
> >
>
> Are you saying that when we use pan without -x option, it will not use
> buffered mode even if specifying -O option? What I am interested to know
> is that if there is any side-effect for single pan instance by using -O
> as default.
>
> CAI Qian
>
> > Regards.
> > --
> > View this message in context:
> http://www.nabble.com/HTML-report-generation-issue.-tp22925527p23553926.html
> > Sent from the ltp-list mailing list archive at Nabble.com.
> >
> >
> >
> ------------------------------------------------------------------------------
> > Crystal Reports - New Free Runtime and 30 Day Trial
> > Check out the new simplified licensing option that enables
> > unlimited royalty-free distribution of the report engine
> > for externally facing server and web deployment.
> > http://p.sf.net/sfu/businessobjects
> > _______________________________________________
> > Ltp-list mailing list
> > Ltp-list@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ltp-list
>

[-- Attachment #1.2: Type: text/html, Size: 3620 bytes --]

[-- Attachment #2: Type: text/plain, Size: 432 bytes --]

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] HTML report generation issue.
  2009-05-22 11:03     ` rohit verma
@ 2009-05-22 11:11       ` CAI Qian
  0 siblings, 0 replies; 4+ messages in thread
From: CAI Qian @ 2009-05-22 11:11 UTC (permalink / raw)
  To: rohit.170309; +Cc: ltp-list

From: rohit verma <rohit.170309@gmail.com>
Subject: Re: [LTP] HTML report generation issue.
Date: Fri, 22 May 2009 16:33:56 +0530

> Hi,
> 
> In response to your query - "if there is any side-effect for single pan
> instance by using -O
> as default."
> 
> As per my understanding the pan driver creates files in the directory
> specified with the -O option for every testcase that is being executed. If
> the disk space is a constraint then using buffered mode might be an
> overhead. But, the space is only required when the LTP is running. After the
> execution of the tests all the files that are created during the buffering
> mode is deleted from the folder.
> 
> I feel, using the default buffered mode will not create an
> overhead/side-effect.
>

OK. Thanks.

CAI Qian
 
> Regards,
> rohit
> 
> 
> 
> 
> On Thu, May 21, 2009 at 1:07 PM, CAI Qian <caiqian@cclom.cn> wrote:
> 
>> From: rohitv <rohit.170309@gmail.com>
>> Subject: Re: [LTP] HTML report generation issue.
>> Date: Thu, 14 May 2009 23:04:13 -0700 (PDT)
>>
>> >
>> > Hi,
>> >
>> > Regarding the output coming out of place, can we use the output buffered
>> > mode as the default? Output buffered mode can be set with the -O option.
>> > But, this works only when no. of instances of LTP is more than 1
>> (specified
>> > by -x option). Currently, for few of the testcases the output generated
>> does
>> > not appear between <<<test_output>>> and <<<execution_status>>>, it can
>> be
>> > seen anywhere before <<<test_output>>> when corresponding .output file is
>> > checked. This might be because of race condition in the pan driver.  I
>> think
>> > by using the buffered output mode this problem can be fixed.
>> >
>>
>> Are you saying that when we use pan without -x option, it will not use
>> buffered mode even if specifying -O option? What I am interested to know
>> is that if there is any side-effect for single pan instance by using -O
>> as default.
>>
>> CAI Qian
>>
>> > Regards.
>> > --
>> > View this message in context:
>> http://www.nabble.com/HTML-report-generation-issue.-tp22925527p23553926.html
>> > Sent from the ltp-list mailing list archive at Nabble.com.
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Crystal Reports - New Free Runtime and 30 Day Trial
>> > Check out the new simplified licensing option that enables
>> > unlimited royalty-free distribution of the report engine
>> > for externally facing server and web deployment.
>> > http://p.sf.net/sfu/businessobjects
>> > _______________________________________________
>> > Ltp-list mailing list
>> > Ltp-list@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/ltp-list
>>

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-22 11:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <d51f89b0904070228q4d4333c7vdd2dfc1e1f7ca8a@mail.gmail.com>
2009-05-15  6:04 ` [LTP] HTML report generation issue rohitv
2009-05-21  7:37   ` CAI Qian
2009-05-22 11:03     ` rohit verma
2009-05-22 11:11       ` CAI Qian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox