https://issues.apache.org/bugzilla/show_bug.cgi?id=54156
Bug ID: 54156
Summary: DurationAssertion does not seem to make difference
between Main sample only and Main sample and
sub-samples for time
Product: JMeter
Version: 2.8
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
I may be wrong but I don't see in JMeterThread#checkAssertions code:
if (scopedAssertion.isScopeParent(scope) || scopedAssertion.isScopeAll(scope)
|| scopedAssertion.isScopeVariable(scope)){
processAssertion(parent, assertion);
}
Code passes parent whether parent or Parent+Subsamples are selected and
DurationAssertion uses response.getTime() which does not make the difference
between parent and parent+sub samples.
Related to 51939
See:
http://mail-archives.apache.org/mod_mbox/jmeter-user/201211.mbox/%3CDF8EC4058D0FD04583D2DFDBD3934C210FD75512%40SIXPRD0410MB395.apcprd04.prod.outlook.com%3E
--
You are receiving this mail because:
You are the assignee for the bug.