Bug 61623 - When calling "Duplicate" on a Thread Group that contains a View Results Tree, the VRT in initial Thread Group receives the Sample Results of the cloned Thread Group
Summary: When calling "Duplicate" on a Thread Group that contains a View Results Tree...
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.3
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-16 14:26 UTC by Philippe Mouawad
Modified: 2017-11-11 19:56 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2017-10-16 14:26:49 UTC

    
Comment 1 Philippe Mouawad 2017-10-17 17:45:27 UTC
Reproduction Scenario:

Create a Thread group with following structure:

TG
|--DebugSampler
|-- View Results Tree


Clone TG into TG2 and start a test.

The VRT in first TG received SampleResults from second group
Comment 2 Philippe Mouawad 2017-10-17 17:46:55 UTC
(In reply to Philippe Mouawad from comment #1)
> Reproduction Scenario:
> 
> Create a Thread group with following structure:
> 
> TG
> |--DebugSampler
> |-- View Results Tree
> 
> 
> Clone TG into TG2 and start a test.
> 
> The VRT in first TG received SampleResults from second group

Just select the second VRT and go back to first one, issue is fixed
Comment 3 Philippe Mouawad 2017-11-11 19:32:34 UTC
Issue is due to clone() which listener:
https://github.com/apache/jmeter/blob/trunk/src/core/org/apache/jmeter/reporters/AbstractListenerElement.java#L54
Comment 4 The ASF infrastructure team 2022-09-24 20:38:10 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4522