https://issues.apache.org/bugzilla/show_bug.cgi?id=51983
Bug #: 51983
Summary: Nested sampler approach needs review
Product: JMeter
Version: 2.5.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Some samplers support generation of multiple samples where there is a parent
sample and various sub-samples. For example, HTTP redirects and HTTP embedded
resource downloads.
In these cases, the parent sample should have some fields such as the the name
and start-time taken from the initial sample, but other fields such as
encoding, content-type etc. don't really make sense for the parent. However, at
present the parent is created by cloning the initial saample.
Need to review which fields should be initialised, and which should not, and
then add a new static factory method which performs the required init and use
that instead of the current copy constructor.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]