On Tue, 2007-11-13 at 17:45 +0800, Cai Qian wrote:
> Hi Subrata,
> 
> From: Subrata Modak <[EMAIL PROTECTED]>
> Subject: Re: [LTP] [PATCH][KDUMP] the script failed to detect the present of 
> vmcore
> Date: Mon, 12 Nov 2007 15:59:18 +0530
> 
> > Hi Cai,
> > 
> > Can you kindly share your LTP-KDUMP test results for all the 3 patches
> > that you sent earlier, for the issues:
> > 1) the script failed to detect the presence of vmcore,
> > 2) IA64 support,(share the result of kdump run on IA64)
> > 3) fix endless loop hit messages for kdump test case.
> > 
> > I wanted to get more confirmed on the issues they are fixing or supposed
> > to fix.
> > 
> 
> I don't have decent results of ltp-kdump run at the moment. I'll let you
> know when they are available.
> 

Thanks CQ. Please send them over to the Mailing list whenever they are
available. Since, LTP-KDUMP is nascent, we can improve it when we also
have itÅ› test results available. Since, one of your Patches adds support
for IA64, you can give me the results of IA64 run, which in turn will
contain changes through done through other 2 patches.

--Subrata--

> Regards,
> CQ
> 
> > --Subrata--
> > 
> > 
> > On Wed, 2007-10-31 at 14:05 +0800, Cai Qian wrote:
> > > Hi,
> > > 
> > > The test case maybe unable to detect the present of vmcore if vmcore
> > > generation and vmcore verification are at different hours. The following
> > > patch fixed this.
> > > 
> > > Regards,
> > > CQ
> > > 
> > > diff -u testcases/kdump/master.orig testcases/kdump/master
> > > --- testcases/kdump/master.orig 2007-10-31 13:20:08.000000000 +0800
> > > +++ testcases/kdump/master      2007-10-31 13:43:14.000000000 +0800
> > > @@ -42,7 +42,7 @@
> > >                 #
> > >                 # Verify results of previous test
> > >                 #
> > > -               VMCORE="${VMCORE}/`date +%F-%H`*"
> > > +               VMCORE="${VMCORE}/*"
> > >                 
> > > RESULTS_FILE=${RESULTS_DIR}/${ITERATION}.${TESTS[$PREV_TEST]}.`date 
> > > +%F-%T`
> > >                 if [ -f ${VMCORE}/vmcore ]; then
> > >                 mv ${VMCORE}/vmcore ${TEST_BASE_DIR}/results/vmcore
> > > 
> > > 
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems?  Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > _______________________________________________
> > > Ltp-list mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/ltp-list
> > 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to