Hello,
  My mail server seems to be bouncing everything that I receive...so I'm
stuck getting responses from the archive right now.  Responses below.

> Not sure what you mean by "get rid of".  If you mean "prevent from
being  written to 
> file", that's 
> probably fine.  The mark field is used, however in the SamplerResult
object.  It's the 
> ResultCollector's way of knowing whether it has already recorded a
particular sample.  
> If two 
> listeners are pointed at the same output file, you will not get
duplicates or any 
> other corruption 
> of your data during test run and recording.  

By "get rid of", I mean "remove the field".  It looks to me like "mark"
is not used.  The setMarked and isMarked methods have been implemented
in terms of the "files" field, and don't use "mark" at all.  I'm
guessing that mark is left over from an earlier implementation.

> I honestly don't even remember what "map" might be, so who knows?

Ok -- I'll plan on removing these fields and making the other changes I
mentioned in my original note, including returning null for fields which
have not been set (rather than creating an empty List/Set).  I'll check
the callers that are in the JMeter distribution and make sure they
handle the nulls correctly.

I have a few projects attacking me right now, but I should have a patch
for this in the next couple days.  If there is any follow-up discussion,
just send it to jmeter-dev and I'll check the archive
periodically...hopefully my mail will come back soon and I can get the
messages directly.

Jeremy
http://xirr.com/~jeremy_a


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

Reply via email to