OK, I think this is a shell escaping inconsistency in the QA test, not a
problem with the pmdaCache code ... could you please try the attached
341 and see if it passes?
On Wed, 2010-01-27 at 14:24 +1100, Nathan Scott wrote:
> ----- "Ken McDonell" <kenj@xxxxxxxxxxxxxxxx> wrote:
>
> > Changes committed to git://oss.sgi.com/pcp/pcpqa.git
> > ...
> > 341 | 59 +++++++++++++++++++
> > 341.out | 160
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> I'm getting this from 341:
>
> 341 - output mismatch (see 341.out.bad)
> 115c115
> < store(urk a bit tricky) -> 0
> ---
> > store(urk\) -> 0
> 117,118c117,118
> < [DATE] pmdacache(PID) Warning: pmdaCacheOp: $PCP_VAR_DIR/config/pmda/0.123:
> loading instance 0 ("eek") ignored, already in cache as 0 ("urk a bit tricky")
> < [DATE] pmdacache(PID) Warning: pmdaCacheOp: $PCP_VAR_DIR/config/pmda/0.123:
> loading instance 1 ("urk") ignored, already in cache as 0 ("urk a bit tricky")
> ---
> > [DATE] pmdacache(PID) Warning: pmdaCacheOp: $PCP_VAR_DIR/config/pmda/0.123:
> > loading instance 0 ("eek") ignored, already in cache as 0 ("urk\")
> > [DATE] pmdacache(PID) Warning: pmdaCacheOp: $PCP_VAR_DIR/config/pmda/0.123:
> > loading instance 1 ("urk") ignored, already in cache as 1 ("eek")
> 121c121
> < 0 active (nil) urk a bit tricky [match len=3]
> ---
> > 0 active (nil) urk\
> 125c125
> < 0 active (nil) urk a bit tricky [match len=3]
> ---
> > 0 active (nil) urk\
> 152c152
> < [007] -> 0
> ---
> > [007]
> 158c158
> < [013]
> ---
> > [013] -> 0
>
>
> cheers.
>
341
Description: application/shellscript
|