Hi guys,

A serious bug #6577 exists in the 1.7beta3
release.

Basically, if you attached a 'View Graph Full' or 
'View Results Full' listener to your 'Test Plan' 
and select it after sampling, JMeter will appear 
to hang.

This is due to a change to ResultCollector.java
version 1.19.  Both the listeners make use of the 
fact that the The change log states that the
change in 1.19 was 
necessary b'cos of some memory leak.  With this 
change, is there any convenient way to know when 
there are no more samples left?  I can't seem to 
find any.  Maybe, we can introduce a method to 
return the value of 'current' variable as well as 
the number of the samples available.  This way 
comparing the 'current' variable with number of 
samples available will let the listeners know
that 
there are no more samples. Comments, guys.  I'll 
fix it with your feedback.

I have some commits to make for the ejb portion
but 
this is holding me back.

nethgetCurrentSample() method of 
ResultCollector.java returns null when there are 
no more samples. In 1.19 however,
getCurrentSample() 
returns the last sample when there are no more 
samples.  This causes the listeners to loop
forever.



______________________________________________________________
For the latest news, go to http://www.asia1.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to