Bug 61623

Summary: 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
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: minor CC: p.mouawad
Priority: P2    
Version: 3.3   
Target Milestone: ---   
Hardware: All   
OS: All   

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