You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/10/16 14:26:49 UTC

[Bug 61623] New: When cloning a Thread Group that contains a View Results Tree, the VRT in initial Thread Group receives the Sample Results of the cloned Thread Group

https://bz.apache.org/bugzilla/show_bug.cgi?id=61623

            Bug ID: 61623
           Summary: When cloning 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
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61623] When cloning a Thread Group that contains a View Results Tree, the VRT in initial Thread Group receives the Sample Results of the cloned Thread Group

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61623

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61623] When cloning a Thread Group that contains a View Results Tree, the VRT in initial Thread Group receives the Sample Results of the cloned Thread Group

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61623

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61623] When cloning a Thread Group that contains a View Results Tree, the VRT in initial Thread Group receives the Sample Results of the cloned Thread Group

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61623

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Issue is due to clone() which listener:
https://github.com/apache/jmeter/blob/trunk/src/core/org/apache/jmeter/reporters/AbstractListenerElement.java#L54

-- 
You are receiving this mail because:
You are the assignee for the bug.

[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

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61623

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|When cloning a Thread Group |When calling  "Duplicate"
                   |that contains a View        |on a Thread Group that
                   |Results Tree, the VRT in    |contains a View Results
                   |initial Thread Group        |Tree, the VRT in initial
                   |receives the Sample Results |Thread Group receives the
                   |of the cloned Thread Group  |Sample Results of the
                   |                            |cloned Thread Group

-- 
You are receiving this mail because:
You are the assignee for the bug.