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 2018/04/13 18:24:55 UTC

[Bug 62299] New: Duplicate copies embedded elements twice when expanded

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

            Bug ID: 62299
           Summary: Duplicate copies embedded elements twice when expanded
           Product: JMeter
           Version: 4.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: felix.schumacher@internetallee.de
  Target Milestone: ---

When duplicating an element with exapanded children like the following element
structure:

 + Sampler A
   - Child A
   Sampler B

Duplicating the structure will result in


 + Sampler A
   - Child A
   Sampler B
 + Sampler A
   - Child A <--- (this will actually not be expanded)
   Child A   <--- (this is an unexpected copy and on the wrong level)
   Sampler B

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

[Bug 62299] Duplicate copies embedded elements twice when expanded

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

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Yes, I can still reproduce it.

The important part is, that the structure has to be expanded.

I believe, that this causes the child to be selected twice and therefore copied
twice. Whereas when the structure is not expanded, the child will not be
selected explicitly and copied once, only.

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

[Bug 62299] Duplicate copies embedded elements twice when expanded

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|NEW                         |NEEDINFO

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hi Felix,
Do you still reproduce this issue ?
I am not able to do it in current nightly build.

If you do, could you attach a simple test plan ?
Thanks

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

[Bug 62299] Duplicate copies embedded elements twice when expanded

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

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