https://bz.apache.org/bugzilla/show_bug.cgi?id=61466
Vincent HERILIER <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Vincent HERILIER <[email protected]> --- Hi Philippe, I'm not sure for the duplication (in my case), but at least, if the Transaction Controller is able to "save" its comment (description) into its related SampleResult, it could be great enough. PerfPublisher does only work on the usecase/testcase level, so the TransactionController is the right element to deal with it; the inner steps are not relevant for it (other sampler results). So, if the SampleResult object may have a new "comment" (String) property (like the name) and always initialized as an empty one and related getter/setter. The TransactionSampler can save its comment in its related sampleResult with 2 constructors to keep compatibility. And the TransactionController just has to create a TransactionSampler with the name and the comment. Other Sampler elements could receive the same feature but I do not need that currently. I already have the code that I can propose in a PR. Thank you for your feedbacks -- You are receiving this mail because: You are the assignee for the bug.
