Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources)
Summary: Distributed Testing: Stripped modes do not strip responses from SubResults (a...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P2 major (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-16 15:51 UTC by UbikLoadPack support
Modified: 2015-01-16 17:02 UTC (History)
1 user (show)



Attachments
Fix to issue (1.21 KB, patch)
2015-01-16 15:55 UTC, UbikLoadPack support
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2015-01-16 15:51:26 UTC
Hi,
Doing a Distributed test using Embedded resources we noticed that traffic from Slaves to Controllers was consuming Bandwidth abnormally when using "Download embedded resources from HTML files".
Analyzing code, issue is in DataStrippingSampleSender.
sampleOccurred method only strips main SampleResult and not subresults.
We will submit a patch to fix issue.

Regards
@ubikloadpack
Comment 1 UbikLoadPack support 2015-01-16 15:51:47 UTC
Note issue affects all versions from 1.X to 2.12.
Comment 2 UbikLoadPack support 2015-01-16 15:55:59 UTC
Created attachment 32371 [details]
Fix to issue
Comment 3 UbikLoadPack support 2015-01-16 17:01:37 UTC
Date: Fri Jan 16 17:01:08 2015
New Revision: 1652459

URL: http://svn.apache.org/r1652459
Log:
Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources)
Bugzilla Id: 57449

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/samplers/DataStrippingSampleSender.java
    jmeter/trunk/xdocs/changes.xml
Comment 4 UbikLoadPack support 2015-01-16 17:02:08 UTC
Thanks applied with a slight change, I made new method private final instead of protected.
Comment 5 The ASF infrastructure team 2022-09-24 20:37:58 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3516